Diff
checker
文本
文本
圖像
文檔
Excel
文件夾
Legal
Enterprise
桌面版
定價
登入
下載 Diffchecker 桌面版
比較文本
尋找兩個文字檔案之間的差異
工具
歷史
即時編輯器
摺疊未變更行
關閉換行
檢視
拆分
統一
比對精度
智能
單詞
字符
語法突出顯示
選擇語法
忽略
文字轉換
前往第一個差異
編輯輸入
Diffchecker Desktop
執行Diffchecker最安全的方式。取得Diffchecker桌面應用程式:您的差異永遠不會離開您的電腦!
取得桌面版
SlashPing 1.0.5 -> 1.0.6
建立於
3 年前
差異永不過期
清除
匯出
分享
解釋
16 刪除
行
總計
刪除
字符
總計
刪除
要繼續使用此功能,請升級到
Diff
checker
Pro
查看價格
24 行
全部複製
33 新增
行
總計
新增
字符
總計
新增
要繼續使用此功能,請升級到
Diff
checker
Pro
查看價格
38 行
全部複製
複製
已複製
複製
已複製
# Slash
-
Ping 1.0.
5
# Slash
Ping 1.0.
6
# https://www.spigotmc.org/resources/112371/
# https://www.spigotmc.org/resources/112371/
複製
已複製
複製
已複製
# https://github.com/denniemok/
S
lash-
P
ing
# https://github.com/denniemok/
s
lash-
p
ing
# Support HEX color for 1.16+ versions
複製
已複製
複製
已複製
ping-self
: "#e69296Your ping is #c8a2c8%ping% #e69296ms."
# HEX Colour Support
# This plugin supports HEX codes on 1.16+ servers.
# Example
: "#e69296Your ping is #c8a2c8%ping% #e69296ms."
# PlaceholderAPI Support
# Use the placeholder %slashping_ping% on PAPI-compatible plugins
# to display normalised ping values.
ping-self: "&6Your ping is &c%ping% &6ms."
ping-others: "&c%name%&6's ping is &c%ping% &6ms."
ping-others: "&c%name%&6's ping is &c%ping% &6ms."
複製
已複製
複製
已複製
##
triggered
if
the target is offline
or has
exempt
ion
permission
# This message is
triggered
when
the target is offline
#
or has
the
exempt
permission
.
ping-failed: "&cError: &4You cannot ping that person."
ping-failed: "&cError: &4You cannot ping that person."
複製
已複製
複製
已複製
#
normalised ping = max ( round down ( o
riginal
ping
*
m
ultiplier +
o
ffset
), 0 )
#
Ping Normalisation Strategies
#
offset can be a negative decimal v
alue
# Result 1 = O
riginal
Value
*
M
ultiplier +
O
ffset
ping-multiplier: 0.8
#
Result 2 = Extract the integral part from Result 1
ping-offset: 0
# Normalised V
alue
= Get the maximum of the 2: Result 2, Lower Bound
ping-multiplier: 0.8
# float or integer; non-negative
ping-offset: 0
# float or integer; most likely 0 or negative
ping-minimum: 0 # integer; non-negative (a.k.a. Lower Bound)
ping-syntax: "&cSyntax: /ping [name]"
ping-syntax: "&cSyntax: /ping [name]"
reload-syntax: "&cSyntax: /pingreload"
reload-syntax: "&cSyntax: /pingreload"
no-permission: "&8(&4&l!&8) &6Unknown Command."
no-permission: "&8(&4&l!&8) &6Unknown Command."
no-permission-self: "&cYou do not have permission to ping yourself."
no-permission-self: "&cYou do not have permission to ping yourself."
no-permission-others: "&cYou do not have permission to ping others."
no-permission-others: "&cYou do not have permission to ping others."
reload-config: "&6SlashPing Config Reloaded."
reload-config: "&6SlashPing Config Reloaded."
複製
已複製
複製
已複製
# Don't forget to rate this resource! Have fun!
# Feel free to report any issues @ https://github.com/denniemok/slash-ping/issues.
已保存差異
原始文本
開啟檔案
# Slash-Ping 1.0.5 # https://www.spigotmc.org/resources/112371/ # https://github.com/denniemok/Slash-Ping # Support HEX color for 1.16+ versions ping-self: "#e69296Your ping is #c8a2c8%ping% #e69296ms." ping-others: "&c%name%&6's ping is &c%ping% &6ms." ## triggered if the target is offline or has exemption permission ping-failed: "&cError: &4You cannot ping that person." # normalised ping = max ( round down ( original ping * multiplier + offset ), 0 ) # offset can be a negative decimal value ping-multiplier: 0.8 ping-offset: 0 ping-syntax: "&cSyntax: /ping [name]" reload-syntax: "&cSyntax: /pingreload" no-permission: "&8(&4&l!&8) &6Unknown Command." no-permission-self: "&cYou do not have permission to ping yourself." no-permission-others: "&cYou do not have permission to ping others." reload-config: "&6SlashPing Config Reloaded."
更改後文本
開啟檔案
# SlashPing 1.0.6 # https://www.spigotmc.org/resources/112371/ # https://github.com/denniemok/slash-ping # HEX Colour Support # This plugin supports HEX codes on 1.16+ servers. # Example: "#e69296Your ping is #c8a2c8%ping% #e69296ms." # PlaceholderAPI Support # Use the placeholder %slashping_ping% on PAPI-compatible plugins # to display normalised ping values. ping-self: "&6Your ping is &c%ping% &6ms." ping-others: "&c%name%&6's ping is &c%ping% &6ms." # This message is triggered when the target is offline # or has the exempt permission. ping-failed: "&cError: &4You cannot ping that person." # Ping Normalisation Strategies # Result 1 = Original Value * Multiplier + Offset # Result 2 = Extract the integral part from Result 1 # Normalised Value = Get the maximum of the 2: Result 2, Lower Bound ping-multiplier: 0.8 # float or integer; non-negative ping-offset: 0 # float or integer; most likely 0 or negative ping-minimum: 0 # integer; non-negative (a.k.a. Lower Bound) ping-syntax: "&cSyntax: /ping [name]" reload-syntax: "&cSyntax: /pingreload" no-permission: "&8(&4&l!&8) &6Unknown Command." no-permission-self: "&cYou do not have permission to ping yourself." no-permission-others: "&cYou do not have permission to ping others." reload-config: "&6SlashPing Config Reloaded." # Don't forget to rate this resource! Have fun! # Feel free to report any issues @ https://github.com/denniemok/slash-ping/issues.
尋找差異