Diff
checker
टेक्स्ट
टेक्स्ट
छवियां
दस्तावेज़
Excel
फ़ोल्डर्स
Legal
Enterprise
डेस्कटॉप
मूल्य
साइन इन करें
Diffchecker डेस्कटॉप डाउनलोड करें
टेक्स्ट की तुलना करें
दो टेक्स्ट फ़ाइलों के बीच अंतर ढूंढें
उपकरण
इतिहास
रियल-टाइम एडिटर
अपरिवर्तित संक्षिप्त करें
लाइन रैप बंद
लेआउट
विभाजित
संयुक्त
परिवर्तन हाइलाइट करें
स्मार्ट
शब्द
अक्षर
सिंटैक्स हाइलाइटिंग
सिंटैक्स चुनें
अनदेखा करें
टेक्स्ट बदलें
पहले अंतर पर जाएँ
इनपुट संपादित करें
Diffchecker Desktop
Diffchecker चलाने का सबसे सुरक्षित तरीका। Diffchecker Desktop ऐप पाएं: आपके diffs कभी आपके कंप्यूटर से बाहर नहीं जाते!
Desktop पाएं
SlashPing 1.0.5 -> 1.0.6
बनाया गया
3 वर्ष पहले
Diff कभी समाप्त नहीं होता
साफ़
निर्यात करें
शेयर करें
समझाएं
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.
सेव किए गए Diffs
ऑरिजनल टेक्स्ट
फ़ाइल खोलें
# 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.
अंतर खोजें