插件手册:magic:权限

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录 前一修订版
插件手册:magic:权限 [2019/02/15 16:31]
玛莎莎 [物品生成权限 Item Spawning Permissions]
插件手册:magic:权限 [2019/02/15 16:34] (当前版本)
玛莎莎 [法杖修改权限 Wand Modification Permissions]
行 85: 行 85:
 Magic.commands.wand.unlock : Player can use /wand unlock to unlock a locked wand and modify it Magic.commands.wand.unlock : Player can use /wand unlock to unlock a locked wand and modify it
 Magic.commands.wand.override : Player can use /wand override to change cast overrides on a wand Magic.commands.wand.override : Player can use /wand override to change cast overrides on a wand
 +==== 远程法杖修改 Remote Wand Modification ====
 +The /wandp command permissions follow the same format as the /wand command. /wandp Works just like /wand but acting as another player. This can be used to make changes to a wand that another player is holding.
 +
 +Magic.commands.wandp.* : Player can use /wandp commands on behalf of another player.
 +==== 法师配置 Mage Configuration ====
 +Magic.commands.mage.debug : Player can turn on debug information for themselves or another player
 +Magic.commands.mage.check : Player can check permissions for spell casting, breaking, building, etc
 +Magic.commands.mage.getdata : Player can check mage data or spell casts
 +Magic.commands.mage.setdata : Player can modify mage data or spell casts
 +Magic.commands.mage.reset : Player can completely reset a mage's data
 +==== 物品操作 Item Manipulation ====
 +The /mitem command can be used in-game to modify non-wand items
 +
 +Magic.commands.mitem.add : Add enchantments, attributes or lore
 +Magic.commands.mitem.remove : Remove enchantments, attributes or lore
 +Magic.commands.mitem.describe : Show information about an item
 +Magic.commands.mitem.duplicate : Create a copy of an item
 +Magic.commands.mitem.destroy : Destroy an item
 +Magic.commands.mitem.skull : Create a custom skull based on data in a book
 +Magic.commands.mitem.save : Save an item as a new template
 +Magic.commands.mitem.delete : Delete a saved item
 +Magic.commands.mitem.worth : Show the value of an item
 +Magic.commands.mitem.type : Change the type of an item
 +Magic.commands.mitem.export : Export all items, names and worth a CSV file
 +
 +==== 魔法mob Magic Mobs ====
 +Magic mob spawning and management commands:
 +
 +Magic.commands.mmob spawn : Spawn a custom Magic mob
 +Magic.commands.mmob list : List custom mob types
 +Magic.commands.clear Clear custom mobs from all loaded worlds
 +
 +==== 图像地图 Image Maps ====
 +There are specific permissions for the /mmap command
 +
 +Magic.commands.mmap load : Load a new image map
 +Magic.commands.mmap list : List all loaded image maps
 +Magic.commands.mmap give : Give a player an image map
 +Magic.commands.mmap import : Import image maps from Pixelator
 +
 +==== 命令行转换 Command-Line Casting ====
 +The /cast command can be used in-game to cast spells.
 +
 +Magic.commands.cast : Player can use /cast
 +Magic.commands.cast.parameters : Player can use parameters with /cast
 +Casting with parameters can be very dangerous, this should really only be given to server owners or highly trusted admins. For example, "/cast fire" is fine, but you probably don't want "/cast fire radius 1000".
 +==== 其他管理命令 Miscellaneous Admin Commands ====
 +Magic.commands.magic.load : Reload spells.yml, wands.yml, config.yml and messages.yml. (And the defaults)
 +Magic.commands.magic.[save|clean|search|list| .. etc] : All commands follow the same pnode format.
 +This list may not be complete, check plugin.yml[[https://github.com/elBukkit/MagicPlugin/blob/master/Magic/src/main/resources/plugin.yml]] for a full list of permissions
  
  • 插件手册/magic/权限.1550219485.txt.gz
  • 最后更改: 2019/02/15 16:31
  • 玛莎莎