Diff
checker
テキスト
テキスト
画像
ドキュメント
Excel
フォルダ
Legal
Enterprise
デスクトップ
料金
ログイン
Diffchecker デスクトップのダウンロード
テキスト比較
2 つのテキスト ファイルの違いを見つける
ツール
履歴
ライブエディター
空白の変更を非表示
未変更行を折りたたむ
折り返しなし
レイアウト
分割
統合
比較精度
スマート
単語
文字
テキストスタイル
外観を変更
シンタックスハイライト
構文を選択
無視
テキスト変換
最初の差分へ移動
入力を編集
Diffchecker Desktop
Diffcheckerを実行する最も安全な方法。Diffchecker Desktopアプリを入手:あなたの差分はコンピューターから出ることはありません!
Desktopを入手
Untitled diff
作成日
11 年前
差分は期限切れになりません
クリア
エクスポート
共有
説明
5 削除
行
合計
削除
文字
合計
削除
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
35 行
すべてコピー
0 追加
行
合計
追加
文字
合計
追加
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
30 行
すべてコピー
# Logging level 2 = Verbose, 1 = Default, or 0 = None
# Logging level 2 = Verbose, 1 = Default, or 0 = None
log_level = 2
log_level = 2
# Logging to irc, same levels as above, not actually in, yet.
# Logging to irc, same levels as above, not actually in, yet.
irc_log_level = 2
irc_log_level = 2
# Regex name filter, anyone that does not match this will be removed.
# Regex name filter, anyone that does not match this will be removed.
# currently all keys normally on a keyboard. cubeworld really isnt picky.
# currently all keys normally on a keyboard. cubeworld really isnt picky.
name_filter = "^[a-zA-Z0-9_!@#$%\^&*()\[\]|:;'.,/\-+ <>\\\"{}~`=?]{2,16}$"
name_filter = "^[a-zA-Z0-9_!@#$%\^&*()\[\]|:;'.,/\-+ <>\\\"{}~`=?]{2,16}$"
# If we allow the dual wield bug (equiping a 2h and a 1h at the same time)
# If we allow the dual wield bug (equiping a 2h and a 1h at the same time)
allow_dual_wield = False
allow_dual_wield = False
# Max allowed level
# Max allowed level
# Even players who level up legitly while playing will be removed
# Even players who level up legitly while playing will be removed
level_cap = 1000
level_cap = 1000
# Highest level rarity level allowed on items, 4 is gold
# Highest level rarity level allowed on items, 4 is gold
rarity_cap = 4
rarity_cap = 4
# Number of times someone can attack and switch glider before it gets caught
# Number of times someone can attack and switch glider before it gets caught
# If you put this too low people just gliding after attacking will get kicked
# If you put this too low people just gliding after attacking will get kicked
# But you might want to put it slightly higher if people are getting kicked
# But you might want to put it slightly higher if people are getting kicked
# that are playing normally.
# that are playing normally.
# This is mainly to stop the boomerang glitch, but who knows what other skills
# This is mainly to stop the boomerang glitch, but who knows what other skills
# you can reset by spamming glider.
# you can reset by spamming glider.
glider_abuse_count = 5
glider_abuse_count = 5
コピー
コピー済み
コピー
コピー済み
# Margin of time that can be between actual cooldown readiness and received
# readiness. smaller means more accurate, but also more chance someone gets
# kicked if he lags.
cooldown_margin = 0.75
log_message = "{playername}({ip}) was removed for: {reason}."
log_message = "{playername}({ip}) was removed for: {reason}."
disconnect_message = "{name} - You are being removed for: {reason}."
disconnect_message = "{name} - You are being removed for: {reason}."
welcome_message = "{name} - No cheats detected! (yet)"
welcome_message = "{name} - No cheats detected! (yet)"
保存された差分
原文
ファイルを開く
# Logging level 2 = Verbose, 1 = Default, or 0 = None log_level = 2 # Logging to irc, same levels as above, not actually in, yet. irc_log_level = 2 # Regex name filter, anyone that does not match this will be removed. # currently all keys normally on a keyboard. cubeworld really isnt picky. name_filter = "^[a-zA-Z0-9_!@#$%\^&*()\[\]|:;'.,/\-+ <>\\\"{}~`=?]{2,16}$" # If we allow the dual wield bug (equiping a 2h and a 1h at the same time) allow_dual_wield = False # Max allowed level # Even players who level up legitly while playing will be removed level_cap = 1000 # Highest level rarity level allowed on items, 4 is gold rarity_cap = 4 # Number of times someone can attack and switch glider before it gets caught # If you put this too low people just gliding after attacking will get kicked # But you might want to put it slightly higher if people are getting kicked # that are playing normally. # This is mainly to stop the boomerang glitch, but who knows what other skills # you can reset by spamming glider. glider_abuse_count = 5 # Margin of time that can be between actual cooldown readiness and received # readiness. smaller means more accurate, but also more chance someone gets # kicked if he lags. cooldown_margin = 0.75 log_message = "{playername}({ip}) was removed for: {reason}." disconnect_message = "{name} - You are being removed for: {reason}." welcome_message = "{name} - No cheats detected! (yet)"
変更されたテキスト
ファイルを開く
# Logging level 2 = Verbose, 1 = Default, or 0 = None log_level = 2 # Logging to irc, same levels as above, not actually in, yet. irc_log_level = 2 # Regex name filter, anyone that does not match this will be removed. # currently all keys normally on a keyboard. cubeworld really isnt picky. name_filter = "^[a-zA-Z0-9_!@#$%\^&*()\[\]|:;'.,/\-+ <>\\\"{}~`=?]{2,16}$" # If we allow the dual wield bug (equiping a 2h and a 1h at the same time) allow_dual_wield = False # Max allowed level # Even players who level up legitly while playing will be removed level_cap = 1000 # Highest level rarity level allowed on items, 4 is gold rarity_cap = 4 # Number of times someone can attack and switch glider before it gets caught # If you put this too low people just gliding after attacking will get kicked # But you might want to put it slightly higher if people are getting kicked # that are playing normally. # This is mainly to stop the boomerang glitch, but who knows what other skills # you can reset by spamming glider. glider_abuse_count = 5 log_message = "{playername}({ip}) was removed for: {reason}." disconnect_message = "{name} - You are being removed for: {reason}." welcome_message = "{name} - No cheats detected! (yet)"
違いを見つける