BG-Software
  • Welcome to BG-Software
  • WildInspect
    • Overview
    • Source Code
    • Issues Tracker
    • Download
  • WildBuster
    • Overview
      • Commands and Permissions
    • Source Code
    • Issues Tracker
    • Download
  • WildStacker
    • Overview
      • Commands and Permissions
      • Items Stacker
      • Entities Stacker
        • Loot Tables
        • Linked Entities
      • Spawners Stacker
        • Spawners Override
          • Spawn Conditions
        • Spawner Upgrades
      • Blocks Stacker
    • Source Code
    • Issues Tracker
    • Download
  • WildTools
    • Overview
      • Commands and Permissions
      • Configuring Tools
      • Builder Tool
      • Cannon Tool
      • Crafting Tool
      • Crowbar Tool
      • Cuboid Tool
      • Drain Tool
      • Harvester Tool
      • Ice Tool
      • Lightning Tool
      • Magnet Tool
      • Pillar Tool
      • Sell Tool
      • Sort Tool
    • Source Code
    • Issues Tracker
    • Download
  • WildChests
    • Overview
      • Commands and Permissions
      • Configuring Chests
      • Linked Chests
      • Regular Chests
      • Storage Units
    • Source Code
    • Issues Tracker
    • Download
  • WildLoaders
    • Overview
      • Commands and Permissions
    • Source Code
    • Issues Tracker
    • Download
  • SuperiorSkyblock
    • Overview
      • Commands and Permissions
        • Player Commands
        • Admin Commands
        • Permissions
      • Placeholders
        • Global Placeholders
        • Island Placeholders
        • Player Placeholders
        • Chat Placeholders
      • Configuration Files
      • Messages
      • Island Flags
      • Island Privileges
      • Schematics
      • Upgrades
        • Island Multipliers
      • Menus
        • Bank Logs Menu
        • Biomes Menu
      • Missions
        • BlocksMissions
        • BrewingMissions
        • CraftingMissions
        • EnchantingMissions
        • FarmingMissions
        • FishingMissions
        • IslandMissions
        • ItemsMissions
        • KillsMissions
        • StatisticsMissions
      • Javascript Engine
      • Custom Blocks
      • API
        • Register your own command
        • Register your own block-keys
      • Addons
        • SSBOneBlock
        • SSBProxyBridge
    • Source Code
    • Issues Tracker
    • Download
Powered by GitBook
On this page
  • Commands
  • /chests give <player-name> <chest-name> [amount]
  • /chests info <chest-name>
  • /chests link
  • /chests reload
  • /chests save
  • /chests settings
  • Permissions
  • wildchests.*

Was this helpful?

  1. WildChests
  2. Overview

Commands and Permissions

The plugin provides a few commands that can be used by your players.

Commands

Parameters inside <> are required, unlike parameters in [] which are optional.

/chests give <player-name> <chest-name> [amount]

Give a custom chest to a player.

Parameters

player-name: The name of the player to give the chest to.

chest-name: The name of the chest to give. Must be identical to the names from the config file.

amount: The amount of the chest to give.

Permission

The permission to use the command is wildchests.give

/chests info <chest-name>

Shows information about a chest.

Parameters

chest-name: The name of the chest to get info about. Must be identical to the names from the config file.

Permission

The permission to use the command is wildchests.info

/chests link

Links a linked chest into another chest.

Permission

The permission to use the command is wildchests.link

Without this permission, players will not be able to link chests.

/chests reload

Reload the settings and the language files.

Permission

The permission to use the command is wildchests.reload

/chests save

Save all cached data into disk.

Permission

The permission to use the command is wildchests.save

/chests settings

Open an in-game editor for chests.

Permission

The permission to use the command is wildchests.settings

Permissions

wildchests.*

Gives access to all the commands.

This gives access to reload the plugin and save command!

PreviousOverviewNextConfiguring Chests

Last updated 3 years ago

Was this helpful?