BDL1 Todos: Difference between revisions

From ETM
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
===General===<br />+ Implement kicks, bans ( & mutes ) /kick * /kickall <br />/ban xxxx reason<br />/tempban xxxx TIME reason<br /><br />+ UserActivity logging as JSON <br /><br />+ AreaEffectManager to allow setting effects at a specific location<br />/aeff set name lava freq,amount,speed<br />/aeff set name lava world,x,y,z,freq,amount,speed<br /><br />+ Panels / Slides test<br />+ Recordings Test<br />+ Rewardsigns + HTML test / flottery test<br />+ Reward signs




+ Implement kicks, bans ( & mutes ) /kick * /kickall
/ban xxxx reason
/tempban xxxx TIME reason


+ UserActivity logging as JSON
----===Define Tools===


+ AreaEffectManager to allow setting effects at a specific location
/aeff set name lava freq,amount,speed
/aeff set name lava world,x,y,z,freq,amount,speed


+ Panels / Slides test
pt_schatzsucher
+ Recordings Test
+ Rewardsigns + HTML test / flottery test
+ Reward signs




------------------- Define Tools --------------------
pt_schatzsucher








 
----===Todos 1.14===
------------------- Todos 1.14 --------------------




Line 30: Line 19:


- Fix ChunkliInit Facade errors
- Fix ChunkliInit Facade errors
# RegionCommands Copy
# RegionCommands Copy
# RegionHelper Copy
# RegionHelper Copy
Line 38: Line 26:




ChunkliInit Mismatch for Action/FacadeInternal: LeaveChannelAction IdAndUUIDActionConfig<>IdActionConfig
ChunkliInit Mismatch for Action/FacadeInternal: JoinChannelAction IdAndUUIDActionConfig<>IdActionConfig
ChunkliInit Mismatch for Action/FacadeInternal: RemoveChannelAction IdAndUUIDActionConfig<>IdActionConfig
ChunkliInit Mismatch for ACTION/Facade: LeaveChannelAction IdAndUUIDActionConfig<>IdActionConfig
ChunkliInit No binding found for FacadeMethod: MailFacade.send
ChunkliInit Mismatch for Action/FacadeInternal: UserInfoAction IdActionConfig<>OwnerIdActionConfig
ChunkliInit Mismatch for Action/FacadeInternal: DeleteUserAction IdActionConfig<>DeleteUserActionConfig
DB - User: 2 (Time: 149)
ChunkliInit Mismatch for Action/FacadeInternal: ListUsersAction NumberActionConfig<>ListUsersActionConfig
ChunkliInit Mismatch for ACTION/Facade: DeleteUserAction OwnerIdActionConfig<>DeleteUserActionConfig
ChunkliInit Mismatch for Action/FacadeInternal: CreateUserGroupAction IdActionConfig<>CreateChannelActionConfig
ChunkliInit Mismatch for ACTION/Facade: CreateUserGroupAction IdActionConfig<>CreateChannelActionConfig
DB - Land(world): 1 (Time: 161)
ChunkliInit No binding found for FacadeMethod: FindFacade.findPlayer
ChunkliInit Mismatch for Action/FacadeInternal: BuyOffLandAction BuyOffLandActionConfig<>BuyUpLandActionConfig
DB - Account: 3 (Time: 183)
File - Warp: 2 (Time: 186)
File - PUser: 13 (Time: 194)
ChunkliInit Mismatch for ACTION/Facade: BuyOffLandAction BuyOffLandActionConfig<>BuyUpLandActionConfig
File - Perm: 706 (Time: 204)
ChunkliInit Mismatch for Action/FacadeInternal: SearchWarpAction IdActionConfig<>IdAndLocActionConfig


ChunkliInit Mismatch for Action/FacadeInternal: MoveContainerAction IdAndUUIDActionConfig<>MoveModelActionConfig
ChunkliInit Mismatch for Action/FacadeInternal: AddContainerItemAction PlaceModelActionConfig<>AddContainerItemActionConfig
ChunkliInit Mismatch for ACTION/Facade: MoveContainerAction IdAndUUIDActionConfig<>MoveModelActionConfig


New Stuff 1.13.2


+ New Events?(CraftBossBar api update)


RayTraceResult


New Stuff 1.13.2


+ New Events?
(CraftBossBar api update)
RayTraceResult
getTargetBlockExact
getTargetBlockExact




return new UUID( UnsignedLongs.parseUnsignedLong( uuid.substring( 0, 16 ), 16 ),
return new UUID( UnsignedLongs.parseUnsignedLong( uuid.substring( 0, 16 ), 16 ),
UnsignedLongs.parseUnsignedLong( uuid.substring( 16 ), 16 ) );
UnsignedLongs.parseUnsignedLong( uuid.substring( 16 ), 16 ) );


Line 84: Line 48:




-----------------------
 
1.14.4
----1.14.4
 
 
BooleanPromt, Conversation?, StringPromt?
BooleanPromt, Conversation?, StringPromt?
BlockLeaves: Remove the decaying on first world generation?
BlockLeaves: Remove the decaying on first world generation?
PacketPlayOutScoreboardObjective
PacketPlayOutScoreboardObjective


setPlayerViewDistanceFake
setPlayerViewDistanceFake
setViewDistanceFake
setViewDistanceFake
teleportandload?
teleportandload?


------------- WorldGuard
----WorldGuard
 
 
JUKEBOXING Flag
JUKEBOXING Flag
SHOPS Flag
SHOPS Flag
Clear_Inventory Flag
Clear_Inventory Flag
SERVER_TP Flag
SERVER_TP Flag


skylight arry & emitted array gone from chunksection?
skylight arry & emitted array gone from chunksection?
Test meltIce & meltSnow
Test meltIce & meltSnow


Line 110: Line 94:


Removed smaller stuff
Removed smaller stuff
------------------
 
BlockReed, BlockMushroom growing
----BlockReed, BlockMushroom growing
 
 
WorldGenNether wither skeleton spawning
WorldGenNether wither skeleton spawning
getTypeOnLoadedChunk in different places
getTypeOnLoadedChunk in different places


Line 118: Line 106:


Shit:
Shit:
-------------------------
 
PlayerChunkMap trackedEntities is iterated on each chunk that is being sent.... FIX THIS
-------------------------PlayerChunkMap trackedEntities is iterated on each chunk that is being sent.... FIX THIS
 
 
/time warp 1200
/time warp 1200

Revision as of 20:21, 3 March 2020

===General===
+ Implement kicks, bans ( & mutes ) /kick * /kickall
/ban xxxx reason
/tempban xxxx TIME reason

+ UserActivity logging as JSON

+ AreaEffectManager to allow setting effects at a specific location
/aeff set name lava freq,amount,speed
/aeff set name lava world,x,y,z,freq,amount,speed

+ Panels / Slides test
+ Recordings Test
+ Rewardsigns + HTML test / flottery test
+ Reward signs



===Define Tools===


pt_schatzsucher





===Todos 1.14===


- REMOVE ALL .getType().getId()

- Fix ChunkliInit Facade errors

  1. RegionCommands Copy
  2. RegionHelper Copy
  3. LandXXXHelper Copy
  4. CommandsHelper



New Stuff 1.13.2

+ New Events?(CraftBossBar api update)

RayTraceResult


getTargetBlockExact


return new UUID( UnsignedLongs.parseUnsignedLong( uuid.substring( 0, 16 ), 16 ),


UnsignedLongs.parseUnsignedLong( uuid.substring( 16 ), 16 ) );

Daily Event via Command + Location

2000 Kadis startgeld langsam vergeben, 100 Kadis pro 5 Min



1.14.4


BooleanPromt, Conversation?, StringPromt?


BlockLeaves: Remove the decaying on first world generation?


PacketPlayOutScoreboardObjective

setPlayerViewDistanceFake


setViewDistanceFake


teleportandload?


WorldGuard


JUKEBOXING Flag


SHOPS Flag


Clear_Inventory Flag


SERVER_TP Flag

skylight arry & emitted array gone from chunksection?


Test meltIce & meltSnow

WorldUpgrade knows how tu load/unload chunks?



Removed smaller stuff


BlockReed, BlockMushroom growing


WorldGenNether wither skeleton spawning


getTypeOnLoadedChunk in different places

/chunk clonetest 2,5

Shit:


PlayerChunkMap trackedEntities is iterated on each chunk that is being sent.... FIX THIS


/time warp 1200