最MC论坛

标题: [管理][传送]Serversigns —— 指令牌子,100%完美汉化[1.4.7-1.9] [打印本页]

作者: 神龙卫の    时间: 2015-10-24 16:32
标题: [管理][传送]Serversigns —— 指令牌子,100%完美汉化[1.4.7-1.9]
本帖最后由 神龙卫の 于 2017-7-19 20:39 编辑
[attach]12376[/attach]

ServerSings

指令牌子


视频教程

(本教程需要很好的外语水平)

(有英语版、荷兰语版、法语版和斯洛伐克语版)

观看地址

PS:至于中文版教程有兴趣的人可以试试

指望楼主去做的话~~只能说有空再说


插件特点

没有限制:可以绑定任何命令

多用途:分配各种命令(可定义左/右键点击)

消息:可将消息发送给某个玩家

服务器命令:像从后台执行命令一样

CD延迟自定义:可延迟命令(无上限)

可设置命令执行时间间隔

可调配权限/授权给玩家

可支持经验消耗或金币消耗执行命令

自动保护每个SVS牌子

自动更新


指令(重要部分)


/svs add 指令——给牌子添加命令
/svs insert 行数 指令——在第某某行插入指令
/svs edit 2 指令——添加第二行指令
/svs list——查看牌子命令列表
/svs remove 行数--删除牌子行数的指令
/svs setcooldown 秒数——个人的冷却,牌子上一定要有指令才能设置
/svs setglobalcooldown 秒数——针对所有人的冷却
/svs setpermission 权限——需要xx权限才能使用牌子
/svs setprice 钱数——需要xx钱执行命令
/svs priceitem hand——需要物品执行命令,物品拿在手上
/svs xp 等级——消耗等级执行命令
/svs grant add 权限——执行命令的权限,如果不弄的话玩家没有权限就不能用,除非有serversigns.use.*权限
/svs copy——复制命令
/svs resetcd——重置冷却
svs resetallcd——重置所有冷却
svs reloadsigns——重载牌子





权限(主要权限)

serversigns.use.*——使用指令牌子的权限(把这个给玩家就好)

serversigns.admin——管理员权限

管理员权限
权限
描述
serversigns.command.add允许使用 /svs add
serversigns.command.set_cancel允许使用 /svs setcancel
serversigns.command.cancel_permission允许使用 /svs cancelpermission
serversigns.command.confirmation允许使用 /svs confirmation
serversigns.command.copy允许使用 /svs copy
serversigns.command.create允许使用 /svs create
serversigns.command.holding允许使用 /svs holding
serversigns.command.held_item_criteria允许使用 /svs hic
serversigns.command.insert允许使用 /svs insert
serversigns.command.grant允许使用 /svs grant
serversigns.command.price_item允许使用 /svs pi
serversigns.command.price_item_criteria允许使用 /svs pic
serversigns.command.reload允许使用 /svs reload
serversigns.command.reload_config允许使用 /svs reloadconfig
serversigns.command.reload_signs允许使用 /svs reloadsigns
serversigns.command.remove允许使用 /svs remove
serversigns.command.reset_cooldown允许使用 /svs resetcd
serversigns.command.resetcooldowns允许使用 /svs resetcooldowns
serversigns.command.set_cooldown允许使用 /svs setcooldown
serversigns.command.set_global_cooldown允许使用  /svs setglobalcooldown
serversigns.command.set_loops允许使用  /svs setloops
serversigns.command.set_permission允许使用  /svs setpermission
serversigns.command.set_price允许使用  /svs setprice
serversigns.command.set_price允许使用  /svs setprice
serversigns.command.set_uses允许使用  /svs setuses
serversigns.command.silent允许使用  /svs silent
serversigns.command.void允许使用  /svs void







配置文件Config

(由于时间匆忙,暂未汉化)

# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#                                                                       #
#  This configuration is for ServerSigns. All keys have accompanying    #
#  comment descriptions upon file generation; these comments MAY NOT    #
#  remain after new values are loaded by the plugin. Please be sure to  #
#  refer to the help page for more information: http://exl.li/svsconfig #
#                                                                       #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #


# Don't touch this! It might wipe your entire config!!
config-version: 3


# A list of material names (should be in the Bukkit/Spigot Material enum form)
# These materials define the blocks which can be used with ServerSigns
# Refer to this page for the list: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
blocks:
- SIGN_POST
- WALL_SIGN


# Whether or not any block can be used with ServerSigns (overrides 'blocks' list)
any_block: false


# The language key which should be used to find the languages file
# For example, 'en' will resolve to the 'ServerSigns/translations/en.yml' file
language: 'en_default'


# The prefix used in most ServerSigns messages
message_prefix: '&2[ServerSigns]'


# The colour for most ServerSigns messages
message_colour: '&e'


# Whether or not Vault should be used for permissions granting
vault_grant: true


# The command to execute from console for setting permissions without Vault
permission_add_command: 'pex user <player> add <permission>'


# The command to execute from console for removing permissions without Vault
permission_remove_command: 'pex user <player> remove <permission>'


# Whether or not admins must be sneaking to destroy ServerSigns
sneak_to_destroy: true


# Whether or not to display a message to players when funds are removed from account
show_funds_removed_message: true


# The currency string or symbol for use in messages
currency_string: 'dollars'


# Whether or not the plugin should announce ServerSigns developers joining your server
broadcast_developers: true


# Whether or not the plugin should automatically check for the latest version and download it
check_for_updates: true


# Whether command logging to the console should be disabled
disable_command_logging: false


# Whether the plugin should listen for left clicks as well as right clicks for ServerSign activation
# This option must be enabled to allow ServerSigns to execute different commands for left & right clicks
allow_left_clicking: true


# Whether funds remove via /svs setprice should be sent to a server bank
send_payments_to_bank: false


# The server bank name (used if send_payments_to_bank is set to true)
deposit_bank_name: 'server'


# Whether the Player#chat() function should be used instead of Player#performCommand() for commands
# If enabled, this means commands executed through ServerSigns will fire the command pre-process event
alternate_command_dispatching: false


# Whether or not you want to opt-out of Metrics statistic gathering through www.mcstats.org
metrics_opt_out: false


# A list of commands which cannot be attached to ServerSigns (to prevent console-only command exploits)
blocked_commands:
- 'op'
- 'deop'
- 'stop'


# Defines the task delay threshold (in seconds) above which tasks will be persisted to disk
task_persist_threshold: 10


# Whether or not you want to have tasks that match the defined regex pattern cancelled on player death
# Please note that in servers with over 10,000 queued tasks, the regex search can affect performance
cancel_tasks_on_death: false


# The Regular Expression pattern used when determining which tasks to cancel upon a player's death
# This Regex pattern will be used to compare each pending command a player has on their death; matching commands will be cancelled
cancel_tasks_regex_pattern: 'warp .*'


# The number of hours your timezone is offset from GMT/UTC - must be an integer between -12 and 12
time_zone_offset: 8





安装

1.下载serversigns

2.把下载好的文件放入Plugins

3.运行服务器

关于汉化

汉化弃坑.....最新版本汉化尝试失败

方法:内置汉化/外置增加语言文件/修改语言文件

都无法进行汉化,开启服务器后又恢复原版英文

所以新版汉化除非能人异士出现

并且原作者已经1年多没更新了,估计弃坑了

旧版汉化应该还能用,但是版本上仅支持1.7/1.8

下载请看下面



下载地址
最新版[未汉化]  [attach]19253[/attach]
旧版 [attach]19254[/attach]
旧版汉化  [attach]19255[/attach]
(解压并将里面的汉化文本覆盖于jar文件)


原帖下载

作者: 神龙卫の    时间: 2015-10-24 16:33
见没人搬,我就搬了!求评分!
作者: 土豆君    时间: 2015-10-24 19:04
提示: 该帖被管理员或版主屏蔽
作者: Lovet    时间: 2015-10-24 20:54
提示: 该帖被管理员或版主屏蔽
作者: Lovet    时间: 2015-10-24 20:54
提示: 该帖被管理员或版主屏蔽
作者: Meimc    时间: 2015-10-24 21:44
提示: 该帖被管理员或版主屏蔽
作者: bigkingom    时间: 2015-10-25 04:17
提示: 该帖被管理员或版主屏蔽
作者: 2861008300    时间: 2015-10-26 17:33
来看看哈 拿走啦
作者: lyk0903    时间: 2015-10-26 22:33
提示: 该帖被管理员或版主屏蔽
作者: hfhdhh    时间: 2015-10-27 12:15
提示: 该帖被管理员或版主屏蔽
作者: Ying_Lang    时间: 2015-10-27 18:44
恩~不错
作者: kjc0329    时间: 2015-10-30 20:38
提示: 该帖被管理员或版主屏蔽
作者: wj59    时间: 2015-10-30 22:33
又要回复好烦啊
作者: 大D    时间: 2015-10-31 14:13
提示: 该帖被管理员或版主屏蔽
作者: wwwqerrr    时间: 2015-10-31 17:46
提示: 该帖被管理员或版主屏蔽
作者: CCCA    时间: 2015-10-31 21:33
提示: 该帖被管理员或版主屏蔽
作者: 123456啊啊啊    时间: 2015-11-1 10:53
提示: 该帖被管理员或版主屏蔽
作者: 127840995    时间: 2015-11-1 13:16
提示: 该帖被管理员或版主屏蔽
作者: sd5ag46    时间: 2015-11-1 13:29
提示: 该帖被管理员或版主屏蔽
作者: hejiazhen2004    时间: 2015-11-2 13:47
为了下载而回复
作者: Taskerile    时间: 2015-11-3 10:19
提示: 该帖被管理员或版主屏蔽
作者: chenyq_tim    时间: 2015-11-4 14:46
好东西!拿了
作者: 盛夏的阳光灬    时间: 2015-11-7 10:38
提示: 该帖被管理员或版主屏蔽
作者: zhouchang    时间: 2015-11-7 13:44
提示: 该帖被管理员或版主屏蔽
作者: 1091692594    时间: 2015-11-7 15:02
提示: 该帖被管理员或版主屏蔽
作者: ff205620540    时间: 2015-11-7 20:07
提示: 该帖被管理员或版主屏蔽
作者: Meng_Hui_Ge    时间: 2015-11-8 08:47
怎么用啊啊啊啊啊啊
作者: 鸭梨服主    时间: 2015-11-8 09:00
提示: 该帖被管理员或版主屏蔽
作者: 1091692594    时间: 2015-11-8 09:16
为什么一个牌子只能加一个指令,如果加2个指令以上  普通玩家一按就被ban了  这是为什么
作者: Matrixchung    时间: 2015-11-8 11:01
赞一个 楼主威武 开服正需要这个呢!!!!!!!!!!!!!!!!!!!!!!!!!
作者: 2949668725    时间: 2015-11-8 11:03
提示: 该帖被管理员或版主屏蔽
作者: We丨are伐木累    时间: 2015-11-8 11:59
支持楼主!
作者: qianfan    时间: 2015-11-11 05:57
这个怎么用
作者: ysc693964231    时间: 2015-11-11 15:44
试试看 应该不错

作者: xiaominggeniubi    时间: 2015-11-13 20:17
提示: 该帖被管理员或版主屏蔽
作者: yanweichen    时间: 2015-11-13 20:33
牛逼的插件啊
作者: 穆瑾逸    时间: 2015-11-13 20:43
不错  传送指令可以用吗?
作者: 佐佐木丶绯世    时间: 2015-11-14 00:04
提示: 该帖被管理员或版主屏蔽
作者: 神龙卫の    时间: 2015-11-14 09:03
穆瑾逸 发表于 2015-11-13 20:43
不错  传送指令可以用吗?

可以使用任何指令!
作者: HUANGGE    时间: 2015-11-14 11:24
提示: 该帖被管理员或版主屏蔽
作者: xiedi1190    时间: 2015-11-14 12:51
提示: 该帖被管理员或版主屏蔽
作者: We丨are伐木累    时间: 2015-11-14 15:35
提示: 该帖被管理员或版主屏蔽
作者: 时光倒流    时间: 2015-11-14 15:42
支持楼主!感谢分享
作者: 天天乐一乐    时间: 2015-11-14 15:47
这个插件我正好用的到,感谢搬运
作者: 传说の人    时间: 2015-11-14 15:51
插件很好用!
作者: 神龙卫の    时间: 2015-11-14 15:55
感谢大家的支持!
作者: xvv    时间: 2015-11-14 20:36
提示: 该帖被管理员或版主屏蔽
作者: 穆金怡    时间: 2015-11-14 23:34
提示: 该帖被管理员或版主屏蔽
作者: 27385403    时间: 2015-11-16 19:27
提示: 该帖被管理员或版主屏蔽
作者: 27385403    时间: 2015-11-16 19:30
提示: 该帖被管理员或版主屏蔽
作者: yeongpin    时间: 2015-11-17 15:55
提示: 该帖被管理员或版主屏蔽
作者: a2495904552    时间: 2015-11-19 18:48
提示: 该帖被管理员或版主屏蔽
作者: 123456789123    时间: 2015-11-19 22:55
提示: 该帖被管理员或版主屏蔽
作者: yeongpin    时间: 2015-11-19 23:26
不行啊,只要服务器重启,这就不能用了
作者: 神龙卫の    时间: 2015-11-20 07:31
yeongpin 发表于 2015-11-19 23:26
不行啊,只要服务器重启,这就不能用了

版本多少
作者: WLLjianghao    时间: 2015-11-20 13:00
我早已波不急待的的等着了
作者: mc233    时间: 2015-11-21 14:43
提示: 该帖被管理员或版主屏蔽
作者: 2097126620    时间: 2015-11-21 16:14
提示: 该帖被管理员或版主屏蔽
作者: q13271    时间: 2015-11-21 16:44
提示: 该帖被管理员或版主屏蔽
作者: q13271    时间: 2015-11-21 16:45
。。。。。。。。。
作者: LKLK    时间: 2015-11-22 00:24
.
作者: ss22579820    时间: 2015-11-22 01:47
我爱你
作者: 末界小黑    时间: 2015-11-22 15:26
看看,,,,,
作者: 黑手哥哥    时间: 2015-11-22 16:18
好好
作者: 1518194837    时间: 2015-11-22 16:29
啊啊啊啊啊啊啊啊啊啊
作者: 站长    时间: 2015-11-23 21:33
的飞飞飞
作者: yeongpin    时间: 2015-11-24 15:39
神龙卫の 发表于 2015-11-20 07:31
版本多少

1.7.10
作者: fzmceg_fuko    时间: 2015-11-24 17:03
23333333333
作者: zhouchang    时间: 2015-11-27 18:38
怎么给所有玩家权限
作者: 绯红女皇    时间: 2015-11-27 19:05
不做伸手党顶一个
作者: 我日    时间: 2015-11-27 20:55
哇哇哇
作者: lclswyb    时间: 2015-11-28 09:10
给力不?

作者: kaiskisa    时间: 2015-11-28 15:28
的撒旦
作者: 纵横逍遥    时间: 2015-11-29 19:20
、、

作者: JaPen    时间: 2015-11-30 18:21
1.7.2
作者: 撒打算的哇    时间: 2015-12-3 20:23
大声道
作者: a1527019700    时间: 2015-12-4 18:07

作者: 12133131    时间: 2015-12-5 13:58
支持支持
作者: 的撒的味道    时间: 2015-12-5 21:45
dfvdaewrf
作者: 13883180159    时间: 2015-12-5 22:46

作者: 哈哈啊还上班    时间: 2015-12-5 23:17
楼主iloveyou
作者: asstiger2    时间: 2015-12-6 11:26
不错,服务器很方便

作者: bzp843146690    时间: 2015-12-6 15:51
666
作者: 墨缘丶    时间: 2015-12-6 20:18
dddddddddddddddd
作者: a290588435    时间: 2015-12-7 00:46
56964654684984964
作者: 1356726241    时间: 2015-12-8 22:03
呵呵哒
作者: 中二    时间: 2015-12-9 06:13
6666
作者: acerjzs    时间: 2015-12-9 12:06
11123  这是一个2b的回答
作者: 刺青刺青    时间: 2015-12-10 15:16
看看
作者: QQ小仔    时间: 2015-12-10 18:59
我就想要这个

作者: 柠檬熙    时间: 2015-12-11 14:59
好哈哈哈哈
作者: ooo    时间: 2015-12-12 10:02
ssssssssssssssssssssssssse
作者: 磊哥    时间: 2015-12-12 10:28
这个好!
作者: zhxjq    时间: 2015-12-12 13:48
很好的插件
作者: 阿童木不是汉子    时间: 2015-12-12 18:35
1.8的插件   也太难扒了吧···开服小白真心累 谁来帮帮忙···
作者: Oath    时间: 2015-12-12 22:26
我就是需要怎么一个插件
作者: 无语45621    时间: 2015-12-13 10:16
zan
作者: cht123    时间: 2015-12-13 10:53
123
作者: 大大大哈哈哈    时间: 2015-12-13 11:03
你是大帅比我要或插件
作者: 大大大哈哈哈    时间: 2015-12-13 11:04
我问问




欢迎光临 最MC论坛 (http://www.zuimc.com/) Powered by Discuz! X3.2