liao421431
本帖最后由 liao421431 于 2012-4-7 07:12 编辑

这插件和Essentials插件基本一样,都是常用插件
原地址:http://forums.bukkit.org/threads/admn-fun-gen-tp-jcommands-v1-0-5-useful-commands-for-a-server-1-2-5-r1-0.60909/




英语渣渣翻译....有些地方可能错了.见谅...
插件指令:
  back:    用法: /back    回到你之前的地方    别称: [jback, jcback]
  ban:    用法: /ban <player>    可以把服务器的玩家BAN掉    别称: [jban, jcban]
  boom:    用法: /boom    可以给准心对准的地方产生爆炸    别称: [jboom, jcboom]
  burn:    用法: /burn [player]    可以在玩家身上产生火焰    别称: [jboom, jcboom]
  clear:       用法: /clear [player]    清除玩家的背包    别称: [jclear, jcclear]
  day:    用法: /day    开始新的一天    别称: [jday, jcday]
  disappear:    用法: /disappear [broadcast|b]    使你看不到其他玩家    别称: [jdisappear, jcdisappear]
  feed:    用法: /feed [player]    把玩家的饥饿度充满    别称: [jfeed, jcfeed]
  freeze:    用法: /freeze <player>    使一位玩家不能动,也不能移动视角    别称: [jfreeze, jcfreeze]
  fullheal:    用法: /fullheal [player]    完全治疗玩家    别称: [jfullheal, jcfullheal]
  gm:    用法: /gm    改变自己的游戏模式    别称: [jgm, jcgm]
  heal:    用法: /heal [player]    治疗玩家    别称: [jheal, jcheal]
  home:    用法: /home    你可以回到你设定的家    别称: [jhome, jchome]
  jcommands:    用法: /jcommands    显示jcommands的服务器官网    别称: [j, jc]
  kick:    用法: /kick <player>    踢掉指定的玩家    别称: [jkick, jckick]
  kill:    用法: /kill <player>    踢掉指定的玩家    别称: [jkill, jckill]
  location:    用法: /location    显示你的坐标    别称: [jlocation, jclocation]
  mute:    用法: /mute <player>    把玩家给屏蔽语言    别称: [jmute, jcmute]
  night:    用法: /night    设置时间为晚上    别称: [jnight, jcnight]
  nuke:    用法: /nuke    对你准心指定的地方进行大规模TNT爆炸【小心!!】    别称: [jnuke, jcnuke]
  put:    用法: /put    传送到你准心指的地方    别称: [jput, jcput]
  reappear:    用法: /reappear [broadcast|b]    把消失的玩家重新弄出现..    别称: [jreappear, jcreappear]
  sethome:    用法: /sethome    设定你的家    别称: [jsethome, jcsethome]
  setspawn:    用法: /setspawn    设定你的出生点    别称: [jsetspawn, jcsetspawn]
  smite:    用法: /smite [player]    对着你准心的地方发生闪电,或对指定的玩家    别称: [jsmite, jcsmite
  spawn:    用法: /spawn    回到出生点    别称: [jspawn, jcspawn]
  storm:    用法: /storm    设置天气为下雨/下雪    别称: [jstorm, jcstorm]
  suicide:    用法: /suicide    自杀    别称: [jsuicide, jcsuicide]
  sun:    用法: /sun    设置天气为天晴    别称: [jsun, jcsun]
  tp:        用法: /tp <player>    传送到指定的玩家处    别称: [jtp, jctp]
  tpall:    用法: /tpall    将每个人都传送到你的地方    别称: [jtpall, jctpall]
  tphere:    用法: /tphere <player>    把指定玩家传送到你的地方    别称: [jtphere, jctphere
  unban:    用法: /unban <player>    把在服务器上给BAN掉的玩家解BAN    别称: [junban, jcunban]
  unfreeze:    用法: /unfreeze <player>    解除不能动    别称: [junfreeze, jcunfreeze]
  unmute:    用法: /unmute <player>    解除屏蔽玩家语言    别称: [junmute, jcunmute]


下面权限我就一笔带过简单点了...
  1. 权限:
  2.     jcommands.*:
  3.         允许玩家使用所有指令
  4.     jcommands.back:
  5.         允许玩家使用back回到最后一次位置
  6.     jcommands.back.ondeath:
  7.         允许玩家使用back
  8.     jcommands.ban:
  9.         允许玩家使用ban
  10.     jcommands.boom:
  11.         允许玩家使用BOOM
  12.     jcommands.burn:
  13.         允许玩家使用burn
  14.     jcommands.burn.others:
  15.         允许玩家对其他玩家使用burn
  16.     jcommands.clear:
  17.         允许玩家使用clear
  18.     jcommands.clear.others:
  19.         允许玩家对其他玩家使用clear
  20.     jcommands.day:
  21.         允许玩家使用day
  22.     jcommands.feed:
  23.        允许玩家使用feed
复制代码

  1. jcommands.feed.others:
  2.     允许玩家对其他玩家使用feed
  3. jcommands.freeze:
  4.     允许玩家使用freeze
  5. jcommands.fullheal:
  6.     允许玩家使用fullheal
  7. jcommands.fullheal.others:
  8.    允许玩家对其他玩家使用fullheal
  9. jcommands.gamemode:
  10.     允许玩家改变模式
  11. jcommands.heal:
  12.     允许玩家使用heal
  13. jcommands.heal.others:
  14.     允许玩家对其他玩家使用heal
  15. jcommands.home:
  16.     允许玩家使用HOME
  17. jcommands.invisible:
  18.     允许玩家使用invisible
  19. jcommands.kick:
  20.     允许玩家使用kick
  21. jcommands.kill:
  22.     允许玩家使用kill
  23. jcommands.location:
  24.     允许玩家使用location
  25. jcommands.mute:
  26.     允许玩家使用mute
  27. jcommands.night:
  28.     允许玩家使用night
  29. jcommands.nuke:
  30.     允许玩家使用nuke
  31. jcommands.put:
  32.     允许玩家使用put   
  33. jcommands.sethome:
  34.     允许玩家使用sethome
  35. jcommands.smite:
  36.     允许玩家使用smite
  37. jcommands.setspawn:
  38.     允许玩家使用setspawn
  39. jcommands.smite.others:
  40.     允许玩家对其他玩家使用smite
  41. jcommands.spawn:
  42.     允许玩家使用spawn
  43. jcommands.storm:
  44.     允许玩家使用storm   
  45. jcommands.suicide:
  46.     允许玩家使用suicide
  47. jcommands.sun:
  48.     允许玩家使用sun
  49. jcommands.tp:
  50.     允许玩家使用tp
  51. jcommands.tpall:
  52.     允许玩家使用TPALL   
  53. jcommands.tphere:
  54.     允许玩家使用tphere
  55. jcommands.unban:
  56.     允许玩家使用unban
  57. jcommands.unfreeze:
  58.     允许玩家使用unfreeze   
  59. jcommands.unmute:        
  60.     允许玩家使用unmute
复制代码



求回复..
插件下载:快盘:http://www.kuaipan.com.cn/file/id_42021835470012417.htm






skykun
支持!Essentials变的越来越麻烦了

dh5112595
这个插件装在哪里啊?

liao421431
dh5112595 发表于 2012-6-5 00:41
这个插件装在哪里啊?

装在plugins里面

1391405839
为什么只有op能用指令,常人连、spawn都不能用

liao421431
1391405839 发表于 2012-6-22 09:15
为什么只有op能用指令,常人连、spawn都不能用

你用了权限插件了吧?

1391405839
liao421431 发表于 2012-6-22 14:58
你用了权限插件了吧?

没,不让输入一个字.......

tony1233465
謝謝大大啦~~~~~~~~

liao421431
1391405839 发表于 2012-6-23 09:25
没,不让输入一个字.......

你装了Essentials了吗?装了的话在插件的文件夹里应该有config.yml这个东西,在里面的player-commands后面加上你要用指令

第一页 上一页 下一页 最后一页