BDL1 Todos: Difference between revisions

From ETM
Jump to navigation Jump to search
(Created page with " + Implement kicks, bans ( & mutes ) /kick * /kickall /ban xxxx reason /tempban xxxx TIME reason + UserActivity logging as JSON + AreaEffectManager to allow setting effec...")
 
No edit summary
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
===General===
+ 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


+ 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


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




Line 24: Line 16:




------------------- Todos 1.14 --------------------




----
===Todos 1.14===
- REMOVE ALL .getType().getId()
- REMOVE ALL .getType().getId()


- Fix ChunkliInit Facade errors
- Fix ChunkliInit Facade errors
# RegionCommands Copy
# RegionCommands Copy
# RegionHelper Copy
# RegionHelper Copy
# LandXXXHelper Copy
# LandXXXHelper Copy
# CommandsHelper
# CommandsHelper
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 Stuff 1.13.2


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


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


        return new UUID( UnsignedLongs.parseUnsignedLong( uuid.substring( 0, 16 ), 16 ),
UnsignedLongs.parseUnsignedLong( uuid.substring( 16 ), 16 ) );
Daily Event via Command + Location
Daily Event via Command + Location


Line 84: Line 42:




-----------------------
 
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?
Line 94: Line 55:
teleportandload?
teleportandload?


------------- WorldGuard
 
----WorldGuard
JUKEBOXING Flag
JUKEBOXING Flag
SHOPS Flag
SHOPS Flag
Line 105: Line 67:
WorldUpgrade knows how tu load/unload chunks?
WorldUpgrade knows how tu load/unload chunks?


Removed smaller stuff




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


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

Latest revision as of 20:23, 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