SL20W23: Difference between revisions

From ETM
Jump to navigation Jump to search
Line 64: Line 64:
**'''RegenWorldAreaAction needs a param if we want to use slow or forced writes'''  ( conf.setForceWrite(false);        conf.setForceRead(false); )
**'''RegenWorldAreaAction needs a param if we want to use slow or forced writes'''  ( conf.setForceWrite(false);        conf.setForceRead(false); )
*'''Bug: SELLING items in adminshop (boots) with repair level is possible'''
*'''Bug: SELLING items in adminshop (boots) with repair level is possible'''
*'''Bug: Shifting plots below bedrock/to bedrock will teleport the player below the world'''<br />
*'''Bug: Shifting plots below bedrock/to bedrock will teleport the player below the world'''
*Feature: /user chatmentionsound - allow users to change their own mention sound<br />
**
**
**
**

Revision as of 19:23, 3 June 2020


2020-06-01

  • Offstream: Fixed light bugs in the map caused by to quickly unloading chunks after reaching ChunkStatus.FULL
  • Offstream: Fixed bugged light data on chunk shifting
  • Added /user instantrespawn to toggle instantrespawning
    • Added splash text that is shown on instantrespawning
  • Bug: Crops grow below other blocks?
  • Test: Add nausea/blindness on death event for 1-2 sec?
  • Bug: Rotating the nibble array light is bugged
  • Feature: Blindness on death respawn screen
  • Amazing visual updates we need to implement (from 22855)
  • Offstream: Installed Wiki Plugin MsUpload

2020-06-02

  • Setup special fees-account to remove Adminsop<>fees same account transactions
  • Bug: Fees-Transactions from Adminshop to itself get printed for the player
  • Fix: Removed /tell suggestion for own messages in global/local chat
  • Investigate why setClick on a ChatMessageModel will insert the wrong symbols. Somehow the id of the field is null?    model2.setClick(ChatElement.GLOBAL, ChatMessageModel.raw("why u mad? is only a game", lang), Symbols.clickable, ClickEvent.Action.SUGGEST_COMMAND);  
    • Invalid Symbol is being shown instead of the given symbol? Somehow the clickid is null for some inputs
    • URL parser needs "http" in front? We need a better regex that supports just "kadcon.de" as url
  • Setting the spawnpoin via multiverse /mvsetspawn for a world
  • Added /user tabcompletion help. This can disable/enable the help-texts on command tabcompletion
  • Feature: Add multi-user tell command? /tell name1,name2,name3 Hey guys you all suck :)
  • Feature: Sound on messages
    • Sound on private message always
    • Highlight names of players in chat messages
    • Allow changing highlight-color in chat for yourself /user chatmentioncolor
  • Mentions of players with @Name now get colored in chat globally
    • Offstream: @all to mention everyone + sound for admins
    • Offstream: @Mention should show playernames
    • Offstream: Bug: Endless params [message...] will not show the current word as currentParam()
    • Offstream: @Player now supported within other commands
    • Offstream: Add Useroption to disable message-sounds
  • Offstream: Turtle eggs are now protected on plots

2020-06-02

  • Bug: Some simple links do not get recognized as links in chat (Only one link per message is supported right now)
  • Private messages now support @Mentions and Links
  • Bug: BuyOffer is always saved?
  • Feature: APi calls should show default values as well
  • Bug: Glass is now changing the heightmap? Wheat does no longer grow below
  • Bug: Make sure the executing player of a chunkli action cannot execute commands while the action is running (except OPs)
  • Bug: Home Teleport location is calculated incorrectly?
  • Bug: Rockets from crossbows cause damage in non PVP areas
  • Bug: Lava flows over plot borders
    • RegenWorldAreaAction needs a param if we want to use slow or forced writes ( conf.setForceWrite(false);        conf.setForceRead(false); )
  • Bug: SELLING items in adminshop (boots) with repair level is possible
  • Bug: Shifting plots below bedrock/to bedrock will teleport the player below the world
  • Feature: /user chatmentionsound - allow users to change their own mention sound


Offstream:

  • (offstream) Bug: slowlySaveLevel with IOThread and fakechunks creates syncroinzation problems ultimately resulting in errors on chunk saving    
  • Add and check permissions for each useroption.
    • Bug: Useroption permission starts with uppercase "Kadi"
  • Add and check permissions for specific recipes?
  • OffStream: Move the ShopSign Text to the json/Shop.class
  • OffStream: Shop: any (Buy anything in the shop for the same price)
  • Update /land info command to the new system
    • Try to implement onclick events for plot flags