EXPBottles-1.1.0_CB-1.11
Details
-
FilenameEXPBottles-1.1.0_CB-1.11.jar
-
Uploaded by
-
UploadedNov 27, 2016
-
Size42.40 KB
-
Downloads296
-
MD583ba81c7f1a49803bd9e0cd025b6d878
Supported Bukkit Versions
- 1.11
- 1.10
- 1.9
- 1.8.1
- 1.8
- 1.8.3
Changelog
Added Signs!
Make a sign with the first line being [EXPBottles] (not case-sensitive) and the second line being the command you wanna run. If it is XPFill use the third line to provide the amount|all argument;
Changelog:
- Added Signs!;
- OPs now have expbottles.* (all expbottles permissions) permission by default;
- Added expbottles.xpinfo permission needed to run /xpinfo (true by default);
- Now differentiates Vault not being present from Vault being present but no Economy plugin loaded;
- Fixed config/locale values being written in a random order on the files;
- Hidden DebugMode setting added. If "DebugMode=true" is added to the config file then it will print all the config values to the console when loading (or reloading) them.
- Fixed a bug where the plugin wouldn't load if a config/locale value was missing. It now loads the default value if it is missing from the files.
- Added /expbottles reload with expbottles.reload permission (false by default): Reloads config.cfg and locale.cfg without having to reload the whole server.
- Included the following locale translations inside the .jar in "locales": Dutch, English (Default), German, Portuguese and Spanish. You have to manually replace them in the plugin folder as there's yet no method to automatically detect your locale and replace the file. (Send me your translations so I can add them as well in future builds!)
- Small code improvements
Now using OrderedProperties class (https://github.com/etiennestuder/java-ordered-properties) by etiennestuder. Due license (Apache v2.0) is included next to OrderedProperties.java
v1.1.0 - Built on 2016/11/27 against CB-1.11 and Vault 1.5.6-b49 using Java 8 Update 111 by AnnieLeonheart.
Working with Bukkit 1.8 up to Bukkit 1.11
This version WON'T work below Minecraft 1.8 due to changes in experience points per level
- Fixed in 1.1.1: /expbottles reload doesn't activate the listeners in case of config alterations that need them (affected RandomXP, GiveBack, LogXPBottleUse and UseSigns);
- Fixed in 1.1.1: /xpfill all when issued with 0 glass bottles in the inventory outputs "The amount needs to be bigger than 0".