午申
本帖最后由 午申 于 2019-2-15 21:32 编辑
Ceptic
更精简的服务器管理*
*:跨时代版本即将来临
简介:
还在为你的RPG服务器因为Essential的功能过多而烦恼吗?还在为一些基础插件的功能无法调控而吐血吗?Ceptic,你的问题解决小机灵,一举解决你的心头大病!

亮点:
!所有指令都可在配置文件控制是否启用
!GUI视图简便操作
!更高端的GUI视图制作中…

指令:
  /mizzen — 打开功能管理GUI
  /gamemodec — 切换为创造模式
  /gamemodes — 切换为生存模式
  /gamemodea — 切换为冒险模式
  /gamemodesp — 切换为观察者模式
  /gamemode <0,1,2,3> — 切换到某一模式
  /vanish — 永久隐身
  /fly — 切换飞行模式
  /skull <玩家> — 获取某一玩家头颅
  /speed <数值> — 设置玩家速度
  /kill <玩家> — 杀死某一玩家
  /suicide — 自杀
  /disposal — 打开垃圾箱
  /kittycannon — 在光标处发送一只爆炸猫
  /puppycannon — 在光标处发送一只爆炸狗
  /creepercannon — 召唤一只爬行者
  /commandtool [<文本>] — 将<文本>指令添加到手上类型的物品,无需加“/”,不添加<文本>为清除
  /rename — 重命名光标指向的生物
  /fireball — 在光标处发射一个火球
  /rules — 查看服务器规则
  /invsee — 查看某一玩家背包
  /back — 返回上一传送点
  /storm — 设置当前世界天气为雨天
  /sun — 设置当前世界天气为晴天
  /top — 传送到头顶最高一个方块上方
  /tpall — 传送所有人到指令发出者身旁
  /day — 设置当前世界时间为白天
  /lightning — 在光标处召唤一道雷电
  /broadcast — 发送一条全服广播
  /sudo <玩家> <文本> — 强制某一玩家执行<文本>指令,无需加“/”
  /hat — 将手上物品作为帽子
  /feed — 恢复饱食度
  /heal — 恢复生命值和饱食度
  /up <数字> — 上升到某一高度并在下方放置一个玻璃块
  /teleport <玩家> [<玩家>] — 将某一玩家传送到某一玩家附近
  /warp <名字> — 传送到某一地标
  /setwarp <名字> — 设置地标
  /clear — 清空背包
  /delwarp — 删除地标
  /setspawn — 设置出生点
  /spawn — 传送出生点
  /delspawn — 删除出生点
  /nuke — 在指令发出者附近掉落预备爆炸TNT
  /tppos <X> <Y> <Z> — 传送到某一坐标

配置文件:
Config:
  1. StartupPrefix: '&a[基础] &7' #前缀

  2. Version: 1.0.0 #不要改变
复制代码
message:
  1. #--------------------------------------------------------------------------#

  2. #主要信息
  3. Prefix: '&a&l基础 &8?&7' #前缀

  4. #--------------------------------------------------------------------------#

  5. #Commands
  6. FailedRequirement: '&7你不能这样做!'
  7. NoPerm: '&c你没有足够的权限!'

  8. #--------------------------------------------------------------------------#

  9. #游戏模式信息
  10. GamemodeC: '%prefix% &7你将你的游戏模式切换至 &a创造模式&7.'
  11. GamemodeS: '%prefix% &7你将你的游戏模式切换至 &cS生存模式&7.'
  12. GamemodeA: '%prefix% &7你将你的游戏模式切换至 &5冒险模式&7.'
  13. GamemodeSP: '%prefix% &7你将你的游戏模式切换至 &d观察者模式&7.'

  14. OtherGamemodeC: '%prefix% &7你设置 {player}'的游戏模式至 &a创造模式&7.'
  15. OtherGamemodeS: '%prefix% &7你设置 {player}'的游戏模式至 &c生存模式&7.'
  16. OtherGamemodeA: '%prefix% &7你设置 {player}'的游戏模式至 &5冒险模式&7.'
  17. OtherGamemodeSP: '%prefix% &7你设置 {player}'的游戏模式至 &d观察者模式&7.'

  18. SomeoneGamemodeC: '%prefix% &7有人将你的游戏模式切换至 &a创造模式&7.'
  19. SomeoneGamemodeS: '%prefix% &7有人将你的游戏模式切换至 &c生存模式&7.'
  20. SomeoneGamemodeA: '%prefix% &7有人将你的游戏模式切换至 &5冒险模式&7.'
  21. SomeoneGamemodeSP: '%prefix% &7有人将你的游戏模式切换至 &d观察者模式&7.'

  22. #--------------------------------------------------------------------------#

  23. #传送
  24. YouTeleport: '%prefix% &7你已传送至 {player}.'
  25. PlayerTeleport: '%prefix% &7你已将 {teleporter} 传送至 {player}.'



  26. #--------------------------------------------------------------------------#
复制代码
setting:
  1. Rules:
  2. - 1) &e这是默认的服务器规则.
  3. - 2) &c支持彩色字体.
  4. - 3) &a是不是很有趣?
  5. #true 启用对应的命令或功能
  6. #false 关闭对应的命令或功能
  7. Command:
  8.   mizzen: true
  9.   gamemodec: true
  10.   gamemodes: true
  11.   gamemodea: true
  12.   gamemodesp: true
  13.   gamemode: true
  14.   vanish: true
  15.   fly: true
  16.   skull: true
  17.   speed: true
  18.   kill: true
  19.   suicide: true
  20.   disposal: true
  21.   kittycannon: true
  22.   puppycannon: true
  23.   creepercannon: true
  24.   commandtool: true
  25.   rename: true
  26.   fireball: true
  27.   rules: true
  28.   invsee: true
  29.   back: true
  30.   storm: true
  31.   sun: true
  32.   top: true
  33.   tpall: true
  34.   day: true
  35.   lightning: true
  36.   broadcast: true
  37.   sudo: true
  38.   hat: true
  39.   feed: true
  40.   heal: true
  41.   up: true
  42.   teleport: true
  43.   warp: true
  44.   setwarp: true
  45.   clear: true
  46.   delwarp: true
  47.   setspawn: true
  48.   spawn: true
  49.   delspawn: true
  50.   nuke: true
  51.   tppos: true
  52. Setting:
  53.   UpdateCheck: true
  54.   SpawnModule: true
  55.   HeadsModule: true
  56.   WarpGUI: true
复制代码

下载:




2021.12 数据,可能有更多内容Ceptic更精简的服务器管理**:跨时代版本即将来临简介:
还在为你的RPG服务器因为Essential的功能过多而烦恼吗?还在为一些基础插件的功能无法调控而吐血吗?Ceptic,你的问题解决小机灵,一举解决你的心头大病!


亮点:
!所有指令都可在配置文件控制是否启用
!GUI视图简便操作
!更高端的GUI视图制作中…


指令:
/mizzen — 打开功能管理GUI
/gamemodec — 切换为创造模式
/gamemodes — 切换为生存模式
/gamemodea — 切换为冒险模式
/gamemodesp — 切换为观察者模式
/gamemode &lt;0,1,2,3&gt; — 切换到某一模式
/vanish — 永久隐身
/fly — 切换飞行模式
/skull &lt;玩家&gt; — 获取某一玩家头颅
/speed &lt;数值&gt; — 设置玩家速度
/kill &lt;玩家&gt; — 杀死某一玩家
/suicide — 自杀
/disposal — 打开垃圾箱
/kittycannon — 在光标处发送一只爆炸猫
/puppycannon — 在光标处发送一只爆炸狗
/creepercannon — 召唤一只爬行者
/commandtool [&lt;文本&gt;] — 将&lt;文本&gt;指令添加到手上类型的物品,无需加“/”,不添加&lt;文本&gt;为清除
/rename — 重命名光标指向的生物
/fireball — 在光标处发射一个火球
/rules — 查看服务器规则
/invsee — 查看某一玩家背包
/back — 返回上一传送点
/storm — 设置当前世界天气为雨天
/sun — 设置当前世界天气为晴天
/top — 传送到头顶最高一个方块上方
/tpall — 传送所有人到指令发出者身旁
/day — 设置当前世界时间为白天
/lightning — 在光标处召唤一道雷电
/broadcast — 发送一条全服广播
/sudo &lt;玩家&gt; &lt;文本&gt; — 强制某一玩家执行&lt;文本&gt;指令,无需加“/”
/hat — 将手上物品作为帽子
/feed — 恢复饱食度
/heal — 恢复生命值和饱食度
/up &lt;数字&gt; — 上升到某一高度并在下方放置一个玻璃块
/teleport &lt;玩家&gt; [&lt;玩家&gt;] — 将某一玩家传送到某一玩家附近
/warp &lt;名字&gt; — 传送到某一地标
/setwarp &lt;名字&gt; — 设置地标
/clear — 清空背包
/delwarp — 删除地标
/setspawn — 设置出生点
/spawn — 传送出生点
/delspawn — 删除出生点
/nuke — 在指令发出者附近掉落预备爆炸TNT
/tppos &lt;X&gt; &lt;Y&gt; &lt;Z&gt; — 传送到某一坐标


配置文件:
Config:

代码:

  1. StartupPrefix: '&a[基础] &7' #前缀

  2. Version: 1.0.0 #不要改变
message:

代码:

  1. #--------------------------------------------------------------------------#

  2. #主要信息
  3. Prefix: '&a&l基础 &8?&7' #前缀

  4. #--------------------------------------------------------------------------#

  5. #Commands
  6. FailedRequirement: '&7你不能这样做!'
  7. NoPerm: '&c你没有足够的权限!'

  8. #--------------------------------------------------------------------------#

  9. #游戏模式信息
  10. GamemodeC: '%prefix% &7你将你的游戏模式切换至 &a创造模式&7.'
  11. GamemodeS: '%prefix% &7你将你的游戏模式切换至 &cS生存模式&7.'
  12. GamemodeA: '%prefix% &7你将你的游戏模式切换至 &5冒险模式&7.'
  13. GamemodeSP: '%prefix% &7你将你的游戏模式切换至 &d观察者模式&7.'

  14. OtherGamemodeC: '%prefix% &7你设置 {player}'的游戏模式至 &a创造模式&7.'
  15. OtherGamemodeS: '%prefix% &7你设置 {player}'的游戏模式至 &c生存模式&7.'
  16. OtherGamemodeA: '%prefix% &7你设置 {player}'的游戏模式至 &5冒险模式&7.'
  17. OtherGamemodeSP: '%prefix% &7你设置 {player}'的游戏模式至 &d观察者模式&7.'

  18. SomeoneGamemodeC: '%prefix% &7有人将你的游戏模式切换至 &a创造模式&7.'
  19. SomeoneGamemodeS: '%prefix% &7有人将你的游戏模式切换至 &c生存模式&7.'
  20. SomeoneGamemodeA: '%prefix% &7有人将你的游戏模式切换至 &5冒险模式&7.'
  21. SomeoneGamemodeSP: '%prefix% &7有人将你的游戏模式切换至 &d观察者模式&7.'

  22. #--------------------------------------------------------------------------#

  23. #传送
  24. YouTeleport: '%prefix% &7你已传送至 {player}.'
  25. PlayerTeleport: '%prefix% &7你已将 {teleporter} 传送至 {player}.'



  26. #--------------------------------------------------------------------------#
setting:

代码:

  1. Rules:
  2. - 1) &e这是默认的服务器规则.
  3. - 2) &c支持彩色字体.
  4. - 3) &a是不是很有趣?
  5. #true 启用对应的命令或功能
  6. #false 关闭对应的命令或功能
  7. Command:
  8. mizzen: true
  9. gamemodec: true
  10. gamemodes: true
  11. gamemodea: true
  12. gamemodesp: true
  13. gamemode: true
  14. vanish: true
  15. fly: true
  16. skull: true
  17. speed: true
  18. kill: true
  19. suicide: true
  20. disposal: true
  21. kittycannon: true
  22. puppycannon: true
  23. creepercannon: true
  24. commandtool: true
  25. rename: true
  26. fireball: true
  27. rules: true
  28. invsee: true
  29. back: true
  30. storm: true
  31. sun: true
  32. top: true
  33. tpall: true
  34. day: true
  35. lightning: true
  36. broadcast: true
  37. sudo: true
  38. hat: true
  39. feed: true
  40. heal: true
  41. up: true
  42. teleport: true
  43. warp: true
  44. setwarp: true
  45. clear: true
  46. delwarp: true
  47. setspawn: true
  48. spawn: true
  49. delspawn: true
  50. nuke: true
  51. tppos: true
  52. Setting:
  53. UpdateCheck: true
  54. SpawnModule: true
  55. HeadsModule: true
  56. WarpGUI: true

下载:




白心心
不错,我开RPG服务器 用ESS的确有点问题 用CMI功能又太多

特涩阿白
请问那些需要 Essential某些功能才能运作的插件,在消减版的 Essential是否还能作为这些插件的前置

Lumingfei
厉害啊。。。大佬

郎朗
谢谢大佬,取走了

冰上云梦
小猪吹风机,求签来一吉
感谢楼主给搬运的插件,刚好用得上,取走

虎水小骥
好像……
这个插件有的Essentials都有,Essentials有的这个插件很多都没有

午申
虎水小骥 发表于 2019-2-18 17:18
好像……
这个插件有的Essentials都有,Essentials有的这个插件很多都没有

我知道呀,但是你这样抬杠了,标题说了这是Essential的超精简版呀。(麻烦看帖再回复,刷积分不是好行为)

2398502592
请问要如何给玩家添加权限?

ji_mo_1
请求加个查看离线玩家背包

qweasdk
厉害啊。。。大佬

V_anghan
感谢分享谢谢

2656989851
很好的插件 感谢作者的分享

asdp000333
支持的说 不错的插件

娱乐c
插件很好用 感谢分享~

3180292399
希望可以支持更多版本~

有顶天的摸鱼子
感谢分享!只需要spawn插件了但是一直找不到二十四

有顶天的摸鱼子
您好,请问如何给予玩家权限?只有op才能用spawn(

专吃鸟儿的虫子
感谢大佬,对萌新来说真是太友好了!