19 lines
No EOL
771 B
YAML
19 lines
No EOL
771 B
YAML
# The list of worlds this feature is enabled in
|
|
enabled-worlds:
|
|
- world
|
|
- world_nether
|
|
- world_the_end
|
|
|
|
# Should the keep inventory effect only work in specific worlds or all worlds?
|
|
# true = specific worlds in the enabled-worlds list
|
|
# false = all worlds
|
|
only-in-specific-worlds: false
|
|
|
|
# Should the plugin require the player to have the permission to keep their inventory?
|
|
# If false everyone will keep inventory
|
|
permission: false
|
|
|
|
# This option reverses the functionality. By default, (when false) players keep their inventory when killed by a natural source,
|
|
# such as fall damage but drop their inventory when killed by other players. This option reverses it so they drop their
|
|
# inventory when killed by natural sources but not by other players
|
|
reverse: false |