Update SUGGESTIONS_LIST.md

This commit is contained in:
CrazyCloudCraft | Argantiu 2022-07-18 08:21:14 +02:00 committed by GitHub
parent b9b3605529
commit c79a27c7b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,3 +43,41 @@ Oh, N1klasse is on the way to sorting the issues and feature requests.
## Huge feature requests:
#40
#48
How it would could look like in the end:
what we have now:
### cmds & perms:
/ws togglepvp <player/on/off> - toggele's pvp on/off in a world <player> also supported
ws.worldrules.togglepvp
/ws toggledamage <player/on/off> - toggle's playerdamage.
ws.worldrules.toggledamage
/ws chatmode [on/chatslow/off] <#<number> for chatslow> - manage Chat per world
ws.worldrules.chatmode
/ws setonline [world] - sets a world online
ws.worldsettings.setonline
/ws list - list all online worlds
ws.gui.list.default
/ws setunlist [world] - unlist that world
ws.worldsettings.setunlist
/ws otp [worldname] - teleüort to a online world
ws.tp.onlineworld
s- /ws setoffline -
s- /ws setprivate
s= same 'ws.worldsettings.setprivate'
/ws feature [worldname]
ws.admin.worldsettings.feature
### old cmd updated:
/ws togglebuilding
ws.worldrules.togglebuilding
Make a better version. (With help from protect plugins)