- Fixes crafting recipes always giving 1 item no matter how many items you put on crafting table
- Fixes crafting table content not being removed when you craft an item (DUPE BUG FIX)
- Fixes GUI values not being loaded on initial plugin load and requiring a plugin reload
- Fixes revive data being saved incorrectly
- Added revived message for the reviver
This update increases items.yml version to 1 which will reset your items.yml file and create a backup.
Due to a change in log system, timestamps of logs created before this update will be 0 during sorting.
FEATURE UPDATES
BUG FIXES
- Added Region-Settings which lets you disable heart loss in specific WorldGuard regions or worlds, and make banned players have to be stuck in a specific WorldGuard region instead of not being able to join the game
- Added first join protection
- Added log cleanup feature to clean logs older than a specific timeframe on each server start
- Added AxAuctions support for disallowing specific items to not be put in auction
- Added new item type: Revive. With this item, you will be able to revive banned players.
- Ban durations can now be set with permissions, check config for more information.
- You can now set money requirements for rebirthing
- Added changing starting lives during rebirth (you always had to start with 1)
- Added new placeholders in items.yml for specific item giving cases (for example, the custom item withdraw action is giving will now parse %from% placeholder)
- New anti-alt case for detecting people that kill multiple players with same IPs that are different than the killer's IP
NEW PLACEHOLDERS
- Fixed bugs while crafting with anti-dupe enabled (Also disabled crafting with crafters while anti-dupe is enabled, this is due to crafters not being compatible with our anti-dupe stacking system. This might be added in future.)
- Fixed Discord webhooks not being asynchronous (fixes server freezes on actions that have their webhooks enabled)
- Permission for rebirth limit was lifesteal.rebirth.x althought the config stated lifesteal.rebirths.x. The permission is now set correctly to lifesteal.rebirths.x.
- %zelsteal_is_banned% -> Returns if the player is banned or not (returns Misc-Yes & Misc-No config options), useful if you use Region-Settings and have ban stuck in region enabled
- %zelsteal_is_banned_raw% -> Same placeholder as above, but returns raw boolean data instead (true or false)
- %zelsteal_remaining_ban_time% -> Returns your remaining ban time, useful if you use Region-Settings and have ban stuck in region enabled
- %zelsteal_remaining_first_join_protection% -> Returns your remaining first join protection time
