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
  • /buster cancel [<player-name> / <chunk> ]
  • /buster give <player-name> <buster-name> [amount]
  • /buster reload
  • /buster save
  • Permissions
  • wildbuster.*
  • wildbuster.use

Was this helpful?

  1. WildBuster
  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.

/buster cancel [<player-name> / <chunk> ]

Cancel yours or others active chunk busters.

Parameters

player-name: The name of the player to cancel a buster for. The buster that will be cancelled is the buster that the player gets notification about.

chunk: The chunk to cancel from being busted. The format for the chunk is <world-name>,<x>,<z>.

Permission

The permission to use the command is wildbuster.cancel for letting players to cancel their own chunk busters. In order to cancel others' busters, use wildbuster.cancel.other.

/buster give <player-name> <buster-name> [amount]

Give a chunk buster to a player.

Parameters

player-name: The name of the player to give the chunk buster to.

buster-name: The name of the buster to give. The name must be identical to the one from the config file.

amount: The amount of chunk busters to give to the player.

Permission

The permission to use the command is wildbuster.give for letting players give themselves chunk busters. In order to give to other players, use wildbuster.give.other.

/buster reload

Reload the configuration files.

Permission

The permission to use the command is wildbuster.reload.

/buster save

Save all active chunk busters to disk.

Permission

The permission to use the command is wildbuster.save

Permissions

wildbuster.*

Gives access to all commands and actions of the plugin.

This gives access to reload the plugin and save commands!

wildbuster.use

Gives access for players to use chunk busters.

Without this permission, players will not be able to place chunk busters.

PreviousOverviewNextOverview

Last updated 3 years ago

Was this helpful?