Added support for resourcepack custom pickup sound (works also with ItemsAdder)
fixed item swap (F) removes any item
fixes:
- money pickups (got from hoppers) ignore the press_f/right_click rule
- fixed place heads problem
new:
- added compatibility to custom heads. For example:
icon: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjBhN2I5NGM0ZTU4MWI2OTkxNTlkNDg4NDZlYzA5MTM5MjUwNjIzN2M4OWE5N2M5MzI0OGEwZDhhYmM5MTZkNSJ9fX0=
this will show a coin (custom head texture).
fixes:
- nullpointer exception:
https://github.com/PluginBugs/Issues-ItemsAdder/issues/617
Fixed enderdragon in config.
Please manually change 5S to 5, it was a mistake on line 931 of mobs.yml
Moved all libs to LoneLibs, please install it
Moved all libs to LoneLibs, please install it
- fixed rare money duplication exploit
- added cash_id in config. This allows you to disable old cash that users already obtained. Use at your own risk
fixed
Code (Text):
java.lang.NoSuchFieldError: GOLDEN_SWORD
fixed bug with money of custom amount (/more)
fixed allow_money_in_hoppers config option
fixed plugin loading on servers without ItemsAdder v1
- fixed money "wooden axe" name in hopper
- you can take money from hoppers and rightclick to get the amount
- optimizations
Now you will automatically get money when inventory is full
- edited drop permission, please refer to plugin page
- now money when you fish will always teleport to the player directly instead of missing the target
@dannegm
- Added new config options to select how players will get money:
Code (Text):
get_money_method:
press_f: true
right_click: false
- Added new config options to select which icon will be show for each min amount of money:
Code (Text):
item_icon_thresholds:
coin: 0
banknote: 5
sack_of_money: 100
@Phoenix-PvP
- Added new config options to disable decimals and approximate money (useful for currencies like Yen):
Code (Text):
remove_decimals:
enabled: false
approximate_bigger: true
Added new option in config to enable hoppers to take money:
allow_money_in_hoppers
Do not update if you have no problems!
added support for PreciousStones
added option to disable player name in sack of money obtained with
/rm get
option in config:
show_player_name_sack_of_money
Fixed issue with missing entity type on pre 1.13
Balanced pillagers to avoid farms
fix money bug on player natural death
update as soon as possible
DELETE YOUR CONFIG.YML AS I CHANGED HOW IT'S GENERATED
- Now you can set per world configuration
- Added antifarm option (refer to ENDERMAN in world_the_end and other mobs)
fixed "natural death" mobs drop money even if disabled in config
Small fixes, don't need to update
Fix ItemsAdder compatibility
- added support for vanish (now players vanished can't take money)
Fix money drop from blocks
- added fishing events
- changed plugin name
- changed settings folder name (RPGMoney)
- changed permissions from "realmoney" to "rpgmoney"
Fix color amount of money
- added
delay_ticks option in config (apply respack after some ticks on login)
- added
allow_placed_blocks_drop_money_creative option in config (to allow admins to place blocks and break them after in survival to test things)
- fixed double resourcepack loading bug
- removed duplicate "fail" message on respack apply process if more than one plugin is trying to set respack at the same time
- reorganized config.yml please delete it and reload the plugin to get the updated one.
- fix resourcepack loading issues
- added support for vanilla materials so you can use the plugin without any resourcepack
- fixed support for
ItemsAdder custom textured items!
- Fixed soft dependencies loading order
Added drop money from blocks!
Configure them in blocks.yml
Added support for 1.14 Mobs, thanks to мααятєи
ADDED MINECRAFT 1.14 COMPATIBILITY
Added new mobs compatibility, thanks to мααятєи
Fixed natural death of mobs not in mobs.yml
- fixed /fix /reload Essentials command interfering with this plugin
- fixed /rm reload command
- added new language settings in the language.yml file
Fix drop on natural death
Now money can drop also on natural death
- Added 1.13.2 compatibility
- Added 1.13 mobs
- optimizations
Added Minecraft 1.12 support (BETA)
- Fixed money disappear glitch on some Spigot builds
- Performance fix