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
  • /tools give <player-name> <tool-name> [amount] [uses]
  • /tools info <tool-name>
  • /tools list
  • /tools reload
  • /tools settings
  • Permissions
  • wildtools.*
  • wildtools.use
  • wildtools.sellmode

Was this helpful?

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

/tools give <player-name> <tool-name> [amount] [uses]

Gives a tool to a specific player.

Parameters

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

tool-name: The name of the tool to give. Must be identical to the names in the config file.

amount: The amount of tools to give to the player.

uses: A predefined amount of uses for the given tool.

Permission

The permission to use the command is wildtools.give.

/tools info <tool-name>

Checks information about a tool.

Parameters

tool-name: The name of the tool to get information about. Must be identical to the names in the config file.

Permission

The permission to use the command is wildtools.info.

/tools list

Get a list of all the available tools.

Permission

The permission to use the command is wildtools.list.

/tools reload

Reload the settings and the language files.

Permission

The permission to use the command is wildtools.reload.

/tools settings

Open in-game editor for tools.

Permission

The permission to use the command is wildtools.settings.

Permissions

wildtools.*

Gives access to all the commands.

This gives access to reload the plugin and save command!

wildtools.use

Gives access to use the custom tools.

Players will not be able to use any of the tools without this permission.

wildtools.sellmode

Gives access to use harvester sell mode.

This is only required for the harvester-hoe's sell mode, and not sell wand themselves.

PreviousOverviewNextConfiguring Tools

Last updated 3 years ago

Was this helpful?