SL20W23: Difference between revisions

From ETM
Jump to navigation Jump to search
Line 33: Line 33:
*Added /user tabcompletion help. This can disable/enable the help-texts on command tabcompletion
*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: Add multi-user tell command? /tell name1,name2,name3 Hey guys you all suck :)'''
*'''Feature: Sound on messages'''
**'''Sound on private message always'''
**'''@cruxcon <- @ as indicator of a mention in ANY chat should create a sound as well'''
*
*
*
*
*'''OffStream: Move the ShopSign Text to the json/Shop.class'''
*'''OffStream: Move the ShopSign Text to the json/Shop.class'''
*'''OffStream: Shop: any (Buy anything in the shop for the same price)'''
*'''OffStream: Shop: any (Buy anything in the shop for the same price)'''
*


[[File:VypBPuo.png|thumb]]
[[File:VypBPuo.png|thumb]]

Revision as of 13:28, 2 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
    • @cruxcon <- @ as indicator of a mention in ANY chat should create a sound as well
  • OffStream: Move the ShopSign Text to the json/Shop.class
  • OffStream: Shop: any (Buy anything in the shop for the same price)

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?