forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 71
Commands
JasperLorelai edited this page Nov 23, 2024
·
13 revisions
|
Parameters
<> - required[] - optional |
Description | Permissions (Default) |
|---|---|---|
[command]
|
Displays command help or the list of existing commands. |
magicspells.command.help (Everyone) |
[player]
|
Reloads MagicSpells. If a player is specified, then it reloads their spellbook. |
magicspells.command.reload (OP)magicspells.command.reload.spellbook (OP) |
| Reloads EffectLib, the shaded version inside MagicSpells. |
magicspells.command.reload.effectlib (OP) |
|
| Displays information about how many MagicSpells and EffectLib Bukkit tasks are active. This is helpful for monitoring performance. |
magicspells.command.taskinfo (OP) |
|
[player] [spell]
|
Reset cooldown:
|
magicspells.command.resetcd (OP) |
|
Alias:
/mana
|
||
| Display your mana. |
magicspells.command.mana.show (OP) |
|
[player]
|
Reset mana of yourself or another player. |
magicspells.command.mana.reset (OP) |
[player] <amount>
|
Set the max mana of yourself or another player. |
magicspells.command.mana.setmax (OP) |
[player] <amount>
|
Add mana to yourself or another player. |
magicspells.command.mana.add (OP) |
[player] <amount>
|
Set your or another player's mana to a new value. |
magicspells.command.mana.set (OP) |
[player]
|
Update your or another player's mana rank. |
magicspells.command.mana.updaterank (OP) |
<variable> [player]
|
Display value of a variable. |
magicspells.command.variable.show (OP) |
<variable> <player> <varMod>
|
Modify a variable's value. |
magicspells.command.variable.modify (OP) |
<magicItem> [amount] [player]
|
Give a user a Magic Item. |
magicspells.command.magicitem (OP) |
<url> <fileName>
|
Download a file from the specified URL and save it with the specified name. |
magicspells.command.util.download (OP) |
<url> <fileName>
|
This behaves the same as the download command, except it can overwrite existing files. |
magicspells.command.util.update (OP) |
[player]
|
Save a player's current skin data to a readable file. |
magicspells.command.util.saveskin (OP) |
|
Since
4.0 Beta 14 |
||
[uuid]
|
List a Mob's goals. |
magicspells.command.util.listgoals (OP) |
| Save profile report to a file. |
magicspells.command.profilereport (OP) |
|
[level]
|
Toggle MagicSpells debug mode. Optionally provide a debug level. |
magicspells.command.debug (OP) |
|
Alias:
/magicxp
|
||
| Display your MagicXp. |
magicspells.command.magicxp (OP) |
|
|
Aliases:
/cast & /c
|
||
<spell> [-p:[power]] [spellArgs]
|
Cast a spell. |
magicspells.command.cast.self (Everyone)magicspells.command.cast.self.helper (OP) - to be able to cast helper spells |
<player/UUID> <spell> [-p:[power]] [spellArgs]
|
Force a player to cast a spell. |
magicspells.command.cast.as (OP) |
|
Before
4.0 Beta 14:<player/UUID> <spell>Since
4.0 Beta 14:<player/UUID> <spell> [-p:[power]] [spellArgs] |
Cast a spell on an entity. |
magicspells.command.cast.on (OP) |
<spell> <world> <x> <y> <z> [pitch] [yaw]
|
Cast a spell at a location. |
magicspells.command.cast.at (OP) |
- With this parameter you can define spell power:
-p:1.0 - Access to the power parameter can be toggled using the
magicspells.command.cast.powerpermission.