lectron / kosmos

Plugin for Minecraft multi-world, orchestrated by multi-server. Interact as one universe.
GNU General Public License v3.0
17 stars 1 forks source link

Global Game Rules #46

Open viet opened 7 years ago

viet commented 7 years ago

Because we provide one universe, having global game rules in setting is better than letting players choose their own game rules.

Global game rules can be edited in config.json

The most important edit to default game rule is:

Example: https://minecraftly.readme.io/docs/global-game-rule

SilverCory commented 7 years ago

We can apply this, are we going to add other things to this or no? Things like PVP and what not? Or would you like that in a different command?

viet commented 7 years ago

Please add this, otherwise people can grief other peoples world by inviting creepers to blow up their houses.

Currently PVP is managed by PVPManager plugin, we'll think about PVP later.

SilverCory commented 7 years ago

https://github.com/minecraftly/minecraftly/blob/v2/Bukkit/src/main/java/com/minecraftly/bukkit/world/WorldHandler.java#L109 Says this is already on?