2022-07-17 11:40:36 +02:00
|
|
|
Hello, this is the suggestion site where you can view the things that I fix or add to the plugin.
|
2022-08-01 21:31:23 +02:00
|
|
|
This is not offical, you can only see here IDEAS how i strukture the issues.
|
2022-07-17 22:57:30 +02:00
|
|
|
|
|
|
|
|
|
|
|
# Issues sorted after importence:
|
|
|
|
---
|
2022-07-18 06:18:06 +02:00
|
|
|
#41
|
|
|
|
#44
|
|
|
|
#38
|
|
|
|
|
2022-07-17 22:57:30 +02:00
|
|
|
# Feature Requests sorted after importance:
|
|
|
|
---
|
2022-07-18 06:18:06 +02:00
|
|
|
|
2022-07-18 06:16:27 +02:00
|
|
|
## Little feature requests:
|
2022-07-18 06:18:06 +02:00
|
|
|
#54
|
|
|
|
#51
|
|
|
|
#49
|
|
|
|
#46
|
|
|
|
#42
|
|
|
|
#37
|
|
|
|
#34
|
|
|
|
#33
|
|
|
|
#31
|
|
|
|
#28
|
|
|
|
#27
|
|
|
|
#25
|
|
|
|
|
2022-07-18 06:16:27 +02:00
|
|
|
## Big feature requests:
|
2022-07-18 06:18:06 +02:00
|
|
|
#53
|
|
|
|
#52
|
|
|
|
#50
|
|
|
|
#47
|
|
|
|
#43
|
|
|
|
#35
|
|
|
|
#32
|
|
|
|
#30
|
|
|
|
#29
|
|
|
|
#26
|
|
|
|
|
2022-07-18 06:16:27 +02:00
|
|
|
|
|
|
|
## Huge feature requests:
|
2022-07-18 06:18:06 +02:00
|
|
|
#40
|
|
|
|
#48
|
2022-07-18 08:21:14 +02:00
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|