- Added notbounties.immunity.tracked permission (default false) to make a player immune from tracking
- Added notbounties.tracker.exempt permission to use the new /bounty tracker exempt command. This command allows you to exempt yourself from being tracked. You can enable this feature in the tracking-exempt section in the display.yml file.
Code (YAML):
# Allow players to exempt themselves from being tracked with /bounty tracker exempt (required notbounties.tracker.exempt)
tracking-exempt:
enabled
: false
# If you are exempt, you cannot set bounties
allow-bounty-setting
: false
# The time in seconds that the player must wait to use the exempt command after setting a bounty
delay-after-set
: 86400
- Added notbounties.gui permission for all commands that would open a GUI.
- Fixed the GUI clicks not working. You can also now enter a command instead of POSTER, TRACKER, etc. to be run on that click
- Fixed a bug with bounties being placed on UUIDs with an old gui configuration.
- Decreased rate limit for accessing the Mojang API
- Added duration-format to the config.yml file and moved other time options to the same area
Code (YAML):
# time display settings
time
:
# Style options: FULL, LONG, MEDIUM, SHORT, DEFAULT
# This controls both date and time style for player-facing times when falling back
default-format-style
: DEFAULT
# Timezone ID for when a player's timezone isn't recorded yet. Use SERVER to use the server's timezone
# Examples: UTC, America/New_York, Europe/London, Asia/Tokyo
default-timezone
: SERVER
# Format used when displaying a time duration to the player.
# Tokens:
# {dd} {d}
# {hh} {h}
# {mm} {m}
# {ss} {s}
#
# Optional sections:
# [ ... ]
# A section is only included if at least one token inside is non-zero.
duration-format
: '
[
{d
}d
]
[
{h
}h
]
[
{m
}m
]
[
{s
}s
]'
# Automatically display times in the timezone of each player.
# Must setup geoip2 below
auto-timezone
: true
# API used to get a player's timezone. You can create an account through MaxMind and get a free license
# https://www.maxmind.com/en/create-account
geoip2:
account
: 123456
license
: 'secret'
- Added /bounty item (custom-item) command for admins to give yourself a custom GUI item.
- You can now use the {player_displayname} in messages to get the player's display name. If EssentialsX Or CMI is on your server, this will use their nickname.