ISeal Wiki

Commands & Permissions

Every PowerGems command, its usage and aliases, and the permission nodes that gate them.

PowerGems adds a small set of admin/utility commands for handing out gems, clearing them, and managing the plugin. Every command is gated by its own permission node (all default to op).

The <gem> argument is a gem's element name — e.g. strength, healing, air, fire, iron, lightning, sand, ice, lava, water. See The Gems and Their abilities.

Commands

CommandDescriptionAliasesPermission
/getallgemsGive yourself one of every gem.—powergems.getallgems
/givegem <gem>Give yourself a specific gem.—powergems.givegem
/giveallplayersgem <gem>Give every online player a gem.—powergems.giveallplayersgem
/cleargems [player] [gem/level] [level]Clear gems from a player's inventory (optionally filtered).cgpowergems.cleargems
/reloadconfigAttempts to reload the config files (see the warning below — a restart is recommended).rcpowergems.reloadconfig
/checkupdatesCheck for plugin updates.—powergems.checkupdates
/pgDebugDebug command for diagnostics.pgd, pgdbpowergems.debug
# Give yourself a fire gem
/givegem fire

Editing config? Restart the server

/reloadconfig (/rc) does not reliably apply changes to the config files. After editing any configuration, fully restart your server to be sure your changes actually take effect — don't rely on the reload command.

Permissions

PermissionGrantsDefault
powergems.getallgemsUse /getallgems.op
powergems.givegemUse /givegem.op
powergems.giveallplayersgemUse /giveallplayersgem.op
powergems.cleargemsUse /cleargems.op
powergems.reloadconfigUse /reloadconfig.op
powergems.checkupdatesUse /checkupdates.op
powergems.debugUse /pgDebug.op
powergems.movegemsMove gems between inventory slots / containers.op
powergems.adminReceive admin messages (e.g. update notifications).op
powergems.*All of the above.op

Every node defaults to op. On a public server, grant these explicitly to trusted staff through your permissions plugin instead of handing out operator status. powergems.movegems controls whether normal players may move gems around — see allowMovingGems in General Config.

On this page