You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# In these worlds SDI will not workDisabled-Worlds:
- mine
- lobby# If the player has drop enabled by default when logging in to the server.# You can only enable Player-Join-Drop or Save-PlayerData, as both can overlap.Player-Join-Drop: false# Basically what it does is to save in json files if the player had enabled or not the drop to the inventory, so you# don't have to enable it every time you login to the server. This is appreciated by many players.# This only works when the player join the server and when the server shuts down. The performance is fast.# You can only enable Player-Join-Drop or Save-PlayerData, as both can overlap.Save-PlayerData: true# If the blocks is to be collected.# This option only works if the player has "/sdi drop" enabled.Collect-Drops: true# If the experience is to be collected also as the blocks.# This option only works if the player has "/sdi drop" enabled.Collect-Experience: true