您尚未登录,请登录后浏览更多内容! 登录 | 加入最MC

QQ登录

只需一步,快速开始

 找回密码
 加入最MC

QQ登录

只需一步,快速开始

查看: 227167|回复: 3221
打印 上一主题 下一主题

[转载插件] [管理][传送]Serversigns —— 指令牌子,100%完美汉化[1.4.7-1.9]

  [复制链接]
  • TA的每日心情
    奋斗
    2019-9-5 16:53
  • 签到天数: 313 天

    [LV.8]以坛为家I

    跳转到指定楼层
    #
    发表于 2015-10-24 16:32:37 | 只看该作者 回帖奖励 |正序浏览 |阅读模式
    服务端插件
    中文名称: 指令牌子
    英文名称: serversigns
    来源: 转载
    类型: |Bukkit/Spigot插件| 
    前置插件: 无/vault(可选)
    原帖地址: http://dev.bukkit.org/bukkit-plugins/serversigns/
    下载地址: http://www.见下帖.com/
    更新时间: 2015-10-24
    语言支持: 简体中文 
    本帖最后由 神龙卫の 于 2017-7-19 20:39 编辑

    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

    下载请看下面



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


    本帖子中包含更多资源

    您需要 登录 才可以下载或查看,没有帐号?加入最MC

    x

    评分

    参与人数 16人气 +32 MC币 +52 收起 理由
    1127039353 + 5 + 5 唉哟不错哟!
    333333123 + 5 + 5 汉化文件是空岛的吧。。。。。。.
    Mark1314 + 1 + 1 精华内容!
    X_void + 3 + 5 最MC有你更精彩!
    太狡猾le + 1 + 1 最MC有你更精彩!
    3112575711 + 2 + 2 很给力!
    40104531 + 1 + 1 最MC有你更精彩!
    蓝罐曲奇 + 1 最MC有你更精彩!
    q540609631 + 5 + 5 最MC有你更精彩!
    BoXiJun + 1 + 1 最MC有你更精彩!
    编辑器 + 1 + 1 很给力!
    0920433063 + 5 唉哟不错哟!
    传说の人 + 5 楼主幸苦了
    天天乐一乐 + 5 最MC有你更精彩!
    时光倒流 + 1 + 5 感谢楼主分享
    We丨are伐木累 + 5 + 5 最MC有你更精彩!

    查看全部评分

    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友

    该用户从未签到

    推荐
    发表于 2017-7-19 14:30:28 | 只看该作者
    sadasdasdasdas
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    回复 支持 0 反对 1

    使用道具 举报

  • TA的每日心情
    开心
    2019-7-24 10:06
  • 签到天数: 4 天

    [LV.2]偶尔看看I

    3220#
    发表于 2019-7-23 00:09:31 | 只看该作者
    就是右键就可以获得权限
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
  • TA的每日心情
    开心
    2019-7-24 10:06
  • 签到天数: 4 天

    [LV.2]偶尔看看I

    3219#
    发表于 2019-7-23 00:09:07 | 只看该作者
    牌子商店的权限怎么给
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
  • TA的每日心情
    开心
    2018-12-26 19:13
  • 签到天数: 7 天

    [LV.3]偶尔看看II

    3218#
    发表于 2018-4-9 18:10:22 | 只看该作者
    汉化文件假的吧 感觉不是这个插件的命令汉化
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友

    该用户从未签到

    3217#
    发表于 2017-10-14 17:04:08 | 只看该作者
    好东西,带走
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
  • TA的每日心情
    慵懒
    2019-8-1 22:00
  • 签到天数: 6 天

    [LV.2]偶尔看看I

    3216#
    发表于 2017-8-23 21:57:46 | 只看该作者
    我想问问,怎么解除牌子
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
  • TA的每日心情
    奋斗
    2018-4-30 20:36
  • 签到天数: 3 天

    [LV.2]偶尔看看I

    3215#
    发表于 2017-8-15 19:12:52 | 只看该作者
    货币怎么换成点券的啊
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友

    该用户从未签到

    3214#
    发表于 2017-8-4 14:17:51 | 只看该作者
    怎么设置玩家使用牌子的指令???
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
  • TA的每日心情

    2017-7-26 20:57
  • 签到天数: 3 天

    [LV.2]偶尔看看I

    3213#
    发表于 2017-7-26 21:26:45 | 只看该作者
    好东西,带走了
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友

    该用户从未签到

    3212#
    发表于 2017-7-21 08:25:38 | 只看该作者
    楼主 问一下 怎么取消牌子上的冷却时间
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友

    该用户从未签到

    3211#
    发表于 2017-7-19 19:43:58 | 只看该作者
    管理][传送]Serversigns —— 指令牌子,100%完美汉化[1.4.7-1.9] [修改]
    分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
    您需要登录后才可以回帖 登录 | 加入最MC

    本版积分规则