Skip to content

BedWars1058-Deposit - Stable - Version 1.6.0

Choose a tag to compare

@Parsa3323 Parsa3323 released this 24 May 08:38
· 35 commits to master since this release

Files information

File name Description
BedWars1058-Deposit-1.6.0.jar The official BedWars1058 plugin file
BedWars1058-Deposit-API-1.6.0.jar The official plugin API

Version Highlights

  • Code cleanup (extracted methods, removed unused methods, etc.)
  • Overall optimized plugin
  • Fixed thousands of bugs
  • Removed "disable hologram after death"
  • Moved chestLocations.yml to data folder and renamed it to chestlocations.yml (The old file will automatically migrate with no data loss, but backing up important configs is always a good idea)

Key features

New Config

  • Rewritten config comments
  • Added deposit-holograms
# BedWars1058 - Deposit Addon
# Github: https://github.com/Parsa3323/BedWars1058-Deposit 

# Log level:
# Determines the level of logging that will be shown in the console.
# Available options:
# SEVERE   - Shows only critical errors.
# WARNING  - Displays warnings and serious issues.
# INFO     - Standard logging (recommended).
# CONFIG   - Shows additional configuration details.
# FINE     - Provides debugging information (debug mode).
# FINER    - Even more detailed debugging logs.
# FINEST   - Maximum debugging details (may spam the console).
log-level: INFO

# Determines when the deposit hologram should be registered in the game.
hologram-register-event: GameStateChangeEvent

# Enable or Disable deposit holograms.
deposit-holograms: true

# If enabled, depositing an item will move all matching item stacks
# from the player's inventory to the Ender Chest or Chest.
deposit-whole-itemstack: false

# If enabled, while in BedWars1058 setup mode,
# players can shift-click on an Ender Chest or Chest to register it
# as a valid deposit chest for holograms.
shift-click-on-chest-to-set: true

# If enabled, all chest locations will be saved when a player joins the server. (may lag the server for the first time)
set-chest-locations-on-join: true

Messages Config

Now you can edit the hologram and deposit message's text

player_deposit_chest: '&7You deposited x%amount% %color%%material%&7 to the &bTeamChest'
player_deposit_ender_chest: '&7You deposited x%amount% %color%%material%&7 to the &dEnderChest'
hologram_text: |-
  &7PUNCH TO
  &7DEPOSIT.

Full Changelog: v1.5.5...v1.6.0