Compatibility
Bukkit: Spigot / Paper / Purpur / PlazmaㅤㅤVersion: 1.19.3+ㅤㅤ
Java
: 21+
Dependency
RSFramework 1.12.1+ㅤㅤDiscordSRV 1.25.0+ (optional)
Video
Description
SupplyBox has two main functions: spawning supply boxes in the world and providing random item boxes.
It supports
custom items and blocks (not furniture) from plugins like Nexo, ItemsAdder, Oraxen, MMOItems and EcoItems.
If a supply box is set to spawn in an unloaded chunk, it will be stored in a queue and will spawn once the chunk is loaded.
Boxes stored in the queue will not disappear even if the server shuts down.
You can use Scheduler.yml to automatically spawn supply boxes at set intervals.
Additionally, you can send box spawn alerts with DiscordSRV.
Looking for more features? Join our Discord!
Command
/supplybox spawn [box] [profile] - spawn box manually
/supplybox reload - reload plugin configuration
Configuration
Boxes/Example.yml
Code (YAML):
displayName
:
"<gray>Example</gray>"
alert:
minecraft
: true
discord
: false
# nexo:id
# itemsadder:namespace:id
# oraxen:id
# minecraft:block
block
:
"minecraft:chest"
# nexo:id
# itemsadder:namespace:id
# oraxen:id
# mmoitems:category:id
# ecoitems:id
# minecraft:item
item:
box
:
"minecraft:chest"
key
:
"minecraft:trial_key"
# drop / inventory / give
interact
:
"inventory"
loot
:
"Example"
Loots/Example.yml
Code (YAML):
# amount to select item
# 선택할 아이템 수
select:
min
: 2
max
: 2
# nexo:id
# itemsadder:namespace:id
# oraxen:id
# mmoitems:category:id
# ecoitems:id
# minecraft:item
items:
minecraft:stone:
min
: 2
max
: 2
weight
: 50
minecraft:dirt:
min
: 1
max
: 32
weight
: 100
Profiles/Example_Region.yml
Code (YAML):
region:
world
:
"world"
center:
x
: 0
z
: 0
radius
: 100
# circle / square
type
:
"square"
amount
: 2
Profiles/Example_Location.yml
Code (YAML):
location:
select
: 3
list
:
- world,0,0,0
- world_nether,0,0,0
- world_the_end,0,0,0
Schedules.yml
Code (YAML):
Example:
enable
: true
# period (tick)
# 주기 (틱)
period
: 1200
box
:
"Example"
profile
:
"Example_Region"
Discord.yml
Code (YAML):
channel
: 0000000000
message
:
"Random box [display] has been spawned at [world] [x],[z]"
#message: "랜덤 박스 [display]이(가) [world] [x],[z]에 생성되었습니다!"
![[IMG]](//proxy.spigotmc.org/06bad4d93ee9c732c2457274147bee0636a63664/68747470733a2f2f692e696d6775722e636f6d2f59446a373662522e706e67)