Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Tags
Creators
Details
Licensed Apache-2.0
Published 3 days ago
Updated last month
The best Daily Chests plugin right now on modrinth.
Commands
-
/dailychests chest set
-
/dailychests chest remove
-
/dailychests chest list
-
/dailychests chest gui
-
/dailychests chest time <1s|10m|1h|2d|1w|1M|1y|reset|0>
-
/dailychests holo enable <true|false>
-
/dailychests holo line set <text>
-
/dailychests holo line add <text>
-
/dailychests holo line remove <number>
-
/dailychests holo billboard <FIXED|CENTER>
-
/dailychests holo rotate <180|270|360>
-
/dailychests holo list
BEST
- /dailychests reload
config.yml
Spoiler
settings:
cooldown-hours: 24
currency-symbol: "$"
holo:
enabled: true
billboard: CENTER
rotate: 0
chest-settings:
valid-types:
- CHEST
- TRAPPED_CHEST
- ENDER_CHEST
- SHULKER_BOX
rewards-per-claim: 1
anti-dupe:
enabled: true
gui:
rows: 27
title: "&8&lVortex Daily Chest"
border-material: BLACK_STAINED_GLASS_PANE
border-name: " "
messages.yml
Spoiler
prefix: "&8[&dVortex&8] &r"
no-permission: "&cYou don't have permission to do that."
player-only: "&cThis command can only be used by players."
reloaded: "&aConfig and messages reloaded successfully."
chest-set: "&aDaily chest set successfully."
chest-removed: "&cDaily chest removed."
chest-not-found: "&cNo daily chest found at this location."
chest-list-header: "&d&lDaily Chests"
chest-list-entry: "&7- &f{world} &8(&7{x}, {y}, {z}&8)"
chest-list-empty: "&7There are no daily chests configured."
invalid-chest-type: "&cThat is not a valid chest type."
not-looking-at-chest: "&cYou must be looking at a chest."
already-daily-chest: "&cThis is already a daily chest."
invalid-usage: "&cUsage: &f{usage}"
cooldown-active: "&cYou must wait &f{time}&c before claiming this chest again."
claimed: "&a&lCLAIMED! &r&7You received &f{item}&7."
anti-dupe-blocked: "&cYou cannot claim this chest on this IP address."
line-added: "&aHologram line added."
line-removed: "&cHologram line removed."
line-set: "&aHologram lines updated."
line-out-of-range: "&cInvalid line number. Use &f1-{max}&c."
holo-enabled: "&aHolograms set to &f{status}&a."
holo-billboard-set: "&aBillboard mode set to &f{mode}&a."
holo-rotate-set: "&aRotation set to &f{degrees}&a degrees."
holo-list-header: "&d&lActive Holograms"
holo-list-entry: "&7- &f{world} &8(&7{x}, {y}, {z}&8)"
holo-list-empty: "&7There are no active holograms."
gui-saved: "&aRewards saved successfully."
no-rewards: "&cThis chest has no rewards configured."
received-reward: "&7+ &f{item}"
chest-time-set: "&aCooldown set to &f{time}&a for this chest."


