Skip to content

Commit

Permalink
update default crate configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Sep 9, 2024
1 parent edeab67 commit b9ab212
Show file tree
Hide file tree
Showing 6 changed files with 57 additions and 2 deletions.
11 changes: 11 additions & 0 deletions paper/src/main/resources/crates/AdvancedExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ Crate:
# A default command if the prize doesn't have any commands
# i.e. Commands: [] or the value isn't there.
Prize-Commands: []
# Global Settings
Settings:
# Broadcast a message to the server
Broadcast:
# If the messages should be sent.
Toggle: false
# The messages to broadcast.
Messages:
- '<red>%player% won the prize <yellow>%reward%.'
# If the player has this permission, they don't get the broadcast.
Permission: ''
# Item the crate is in the GUI
Item: "chest"
# The custom model data of the item, -1 is disabled.
Expand Down
4 changes: 2 additions & 2 deletions paper/src/main/resources/crates/CrateExample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Crate:
Messages:
- '<red>%player% won the prize <yellow>%reward%.'
# If the player has this permission, they don't get the broadcast.
Permission: 'your_permission'
Permission: ''
# Item the crate is in the GUI
Item: "diamond"
# The custom model data of the item, -1 is disabled.
Expand Down Expand Up @@ -264,7 +264,7 @@ Crate:
Messages:
- '<red>%player% won the prize <yellow>%reward%.'
# If the player has this permission, they don't get the broadcast.
Permission: 'your_permission'
Permission: ''
# The amount to display in the gui.
DisplayAmount: 5
# The lore of the item.
Expand Down
11 changes: 11 additions & 0 deletions paper/src/main/resources/crates/types/CasinoCrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ Crate:
# A default command if the prize doesn't have any commands
# i.e. Commands: [] or the value isn't there.
Prize-Commands: []
# Global Settings
Settings:
# Broadcast a message to the server
Broadcast:
# If the messages should be sent.
Toggle: false
# The messages to broadcast.
Messages:
- '<red>%player% won the prize <yellow>%reward%.'
# If the player has this permission, they don't get the broadcast.
Permission: ''
# Item the crate is in the GUI
Item: "gold_ingot"
# The custom model data of the item, -1 is disabled.
Expand Down
11 changes: 11 additions & 0 deletions paper/src/main/resources/crates/types/CosmicCrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ Crate:
# A default command if the prize doesn't have any commands
# i.e. Commands: [] or the value isn't there.
Prize-Commands: []
# Global Settings
Settings:
# Broadcast a message to the server
Broadcast:
# If the messages should be sent.
Toggle: false
# The messages to broadcast.
Messages:
- '<red>%player% won the prize <yellow>%reward%.'
# If the player has this permission, they don't get the broadcast.
Permission: ''
# Item the crate is in the GUI
Item: "ender_chest"
# The custom model data of the item, -1 is disabled.
Expand Down
11 changes: 11 additions & 0 deletions paper/src/main/resources/crates/types/QuadCrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@ Crate:
# A default command if the prize doesn't have any commands
# i.e. Commands: [] or the value isn't there.
Prize-Commands: []
# Global Settings
Settings:
# Broadcast a message to the server
Broadcast:
# If the messages should be sent.
Toggle: false
# The messages to broadcast.
Messages:
- '<red>%player% won the prize <yellow>%reward%.'
# If the player has this permission, they don't get the broadcast.
Permission: ''
# Item the crate is in the GUI
Item: "brewing_stand"
# The custom model data of the item, -1 is disabled.
Expand Down
11 changes: 11 additions & 0 deletions paper/src/main/resources/crates/types/WonderCrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,17 @@ Crate:
# A default command if the prize doesn't have any commands
# i.e. Commands: [] or the value isn't there.
Prize-Commands: []
# Global Settings
Settings:
# Broadcast a message to the server
Broadcast:
# If the messages should be sent.
Toggle: false
# The messages to broadcast.
Messages:
- '<red>%player% won the prize <yellow>%reward%.'
# If the player has this permission, they don't get the broadcast.
Permission: ''
# Item the crate is in the GUI
Item: "diamond"
# The custom model data of the item, -1 is disabled.
Expand Down

0 comments on commit b9ab212

Please sign in to comment.