StoneDrop v1.6
Details
-
FilenameStoneDrop.jar
-
Uploaded by
-
UploadedJan 29, 2020
-
Size54.08 KB
-
Downloads799
-
MD5a5afac87818d14c65ca52a43e3c00166
Supported Bukkit Versions
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8.1
- 1.8
Changelog
# Changelog:
- It is now possible to disable drop from stone on specific world ("disabled-worlds" in config.yml).
- Modifying config file does not require server to be stopped (or plugin to be unloaded) anymore.
- Plugin now generates separate file for user data/settings
- Spamming error was probably fixed
# How to disable drop from stone on specific world?
1. Open config.yml file in plugin folder.
1. Find "disabled-worlds: " line, if you can't find it, write it at the end of the file.
1. Add world name to disable to the list like this:
```yml
disabled-worlds:
- world_name
```
**You can disable multiple worlds**