fix: remove essentials to make datapacks works better, switch player heads drop plugin, replace essentialsxchat by vaultchatformatter
This commit is contained in:
parent
8493811ead
commit
bb128f33ea
53 changed files with 10898 additions and 336 deletions
|
|
@ -54,3 +54,15 @@
|
||||||
1739006384227:iareload
|
1739006384227:iareload
|
||||||
1739021906043:stop
|
1739021906043:stop
|
||||||
1739022035957:datapack disable "file/Incendium_1.20_v5.3.5.zip"
|
1739022035957:datapack disable "file/Incendium_1.20_v5.3.5.zip"
|
||||||
|
1739025325464:gm 0 Dummy
|
||||||
|
1739025331011:gm 0 Heroz_0
|
||||||
|
1739025339222:godmode Dummy
|
||||||
|
1739025418431:chunky pause
|
||||||
|
1739025500403:op Heroz_0
|
||||||
|
1739025846667:deop Heroz_0
|
||||||
|
1739026087980:day
|
||||||
|
1739026457814:op Heroz_0
|
||||||
|
1739027709349:chuny progress
|
||||||
|
1739027716578:chunky progress
|
||||||
|
1739032058666:lp applyedits vR3cDbxJsF
|
||||||
|
1739033197048:stop
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
password=577023203644f1a8657beb5f
|
password=8e83cbfddd28b00318d48687
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
password: "577023203644f1a8657beb5f"
|
password: "8e83cbfddd28b00318d48687"
|
||||||
|
|
|
||||||
30
commands.yml
30
commands.yml
|
|
@ -1,15 +1,21 @@
|
||||||
command-block-overrides: []
|
|
||||||
ignore-vanilla-permissions: false
|
|
||||||
aliases:
|
aliases:
|
||||||
icanhasbukkit:
|
icanhasbukkit:
|
||||||
- version $1-
|
- version $1-
|
||||||
tp:
|
command-block-overrides: []
|
||||||
- minecraft:tp $1-
|
ignore-vanilla-permissions: false
|
||||||
xp:
|
# icanhasbukkit:
|
||||||
- minecraft:xp $1-
|
# - version $1-
|
||||||
item:
|
# tp:
|
||||||
- minecraft:item $1-
|
# - minecraft:tp $1-
|
||||||
kill:
|
# xp:
|
||||||
- minecraft:kill $1-
|
# - minecraft:xp $1-
|
||||||
give:
|
# item:
|
||||||
- minecraft:give $1-
|
# - minecraft:item $1-
|
||||||
|
# kill:
|
||||||
|
# - minecraft:kill $1-
|
||||||
|
# give:
|
||||||
|
# - minecraft:give $1-
|
||||||
|
# return:
|
||||||
|
# - minecraft:return $1-
|
||||||
|
# clear:
|
||||||
|
# - minecraft:clear $1-
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,7 @@ effect give @s nausea 4 0
|
||||||
effect give @s blindness 1 0 true
|
effect give @s blindness 1 0 true
|
||||||
|
|
||||||
# Tp
|
# Tp
|
||||||
say test
|
$execute in $(dimension) run tp @s $(x) $(y) $(z)
|
||||||
$execute in $(dimension) run minecraft:tp @s $(x) $(y) $(z)
|
|
||||||
|
|
||||||
# After teleportation
|
# After teleportation
|
||||||
execute at @s run particle portal ~ ~1 ~ 0.5 0.5 0.5 0.001 50 force
|
execute at @s run particle portal ~ ~1 ~ 0.5 0.5 0.5 0.001 50 force
|
||||||
|
|
|
||||||
|
|
@ -1,32 +1,6 @@
|
||||||
Edits to make it work with essentials :
|
|
||||||
|
|
||||||
PK_Waystones_V.3.4.0_MC_1.20.6/data/pk_waystones/functions/blocks/waystone/use/gui/triggers/tp/group_tp.mcfunction
|
|
||||||
|
|
||||||
Commands to config :
|
Commands to config :
|
||||||
/function pk_waystones:settings/permissions/change/visibility/public/false
|
/function pk_waystones:settings/permissions/change/visibility/public/false
|
||||||
/function pk_waystones:settings/hide_coordinates/true
|
/function pk_waystones:settings/hide_coordinates/true
|
||||||
/function pk_waystones:settings/permissions/change/shared_with/false
|
/function pk_waystones:settings/permissions/change/shared_with/false
|
||||||
/function pk_waystones:settings/xp_consumption/set {mode:"manhattan", value:500}
|
/function pk_waystones:settings/xp_consumption/set {mode:"manhattan", value:500}
|
||||||
/function pk_waystones:settings/display_nameplates/true
|
/function pk_waystones:settings/display_nameplates/true
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#> pk_waystones:blocks/waystone/use/gui/triggers/tp/group_tp
|
|
||||||
# @context all entities from the group that have been teleported at the current player
|
|
||||||
|
|
||||||
# Unmark the current entity
|
|
||||||
tag @s remove pk.waystones.tp
|
|
||||||
|
|
||||||
# Mark entities for air toggling
|
|
||||||
execute as @s[type=!player] run function pk_waystones:packages/air_toggling/start
|
|
||||||
|
|
||||||
# Give short nausea effect
|
|
||||||
effect give @s nausea 4 0
|
|
||||||
effect give @s blindness 1 0 true
|
|
||||||
|
|
||||||
# Tp
|
|
||||||
$execute in $(dimension) run minecraft:tp @s $(x) $(y) $(z)
|
|
||||||
|
|
||||||
# After teleportation
|
|
||||||
execute at @s run particle portal ~ ~1 ~ 0.5 0.5 0.5 0.001 50 force
|
|
||||||
execute at @s[type=player,tag=pk.current.player] run playsound block.portal.travel player @a[distance=..30] ~ ~ ~ 0.1 1.8
|
|
||||||
Binary file not shown.
9
ops.json
9
ops.json
|
|
@ -1,8 +1 @@
|
||||||
[
|
[]
|
||||||
{
|
|
||||||
"uuid": "4d8655f4-fc7e-33c0-b8b8-eda1e95970d5",
|
|
||||||
"name": "Heroz_0",
|
|
||||||
"level": 0,
|
|
||||||
"bypassesPlayerLimit": false
|
|
||||||
}
|
|
||||||
]
|
|
||||||
BIN
plugins/.paper-remapped/HeadDrop-2.3.jar
Normal file
BIN
plugins/.paper-remapped/HeadDrop-2.3.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
plugins/.paper-remapped/VaultChatFormatter.jar
Normal file
BIN
plugins/.paper-remapped/VaultChatFormatter.jar
Normal file
Binary file not shown.
|
|
@ -22,7 +22,6 @@
|
||||||
"A6B5ED97F43A5CF5BBAF00A7C8CD23C5AFC9BD003F849875AF8B36E6CF77D01D": "Vault.jar",
|
"A6B5ED97F43A5CF5BBAF00A7C8CD23C5AFC9BD003F849875AF8B36E6CF77D01D": "Vault.jar",
|
||||||
"A91028876B974F870E1AC90CB433A1A4CB06930A39F2C0EDC50D6165E26E940D": "ProtocolLib.jar",
|
"A91028876B974F870E1AC90CB433A1A4CB06930A39F2C0EDC50D6165E26E940D": "ProtocolLib.jar",
|
||||||
"6A31E5BA7F1852296A1FF663D8D6BE60FF226CB44F851D3F466595C3E6FB0798": "TAB v5.0.3.jar",
|
"6A31E5BA7F1852296A1FF663D8D6BE60FF226CB44F851D3F466595C3E6FB0798": "TAB v5.0.3.jar",
|
||||||
"61881DC252D7B85FCEE4676935910A53148FBFFD438CA782BE526CF42207B644": "SilkSpawners_v2.jar",
|
|
||||||
"15F78A086E4F517E30B11347E5E105414C8E3807269DF91D409E1C0781D725CD": "voicechat-bukkit-2.5.27.jar",
|
"15F78A086E4F517E30B11347E5E105414C8E3807269DF91D409E1C0781D725CD": "voicechat-bukkit-2.5.27.jar",
|
||||||
"B92A87A24F5EEDB2B61A972DE2B9FAD5943399BEFB6E2E69428AF27127E1434B": "SkinsRestorer.jar",
|
"B92A87A24F5EEDB2B61A972DE2B9FAD5943399BEFB6E2E69428AF27127E1434B": "SkinsRestorer.jar",
|
||||||
"05FBD1F4952B0610042CC9CE506B568E73A0C31D36557D26B5D8C3D9CEDC7289": "AuraSkills-2.2.7.jar",
|
"05FBD1F4952B0610042CC9CE506B568E73A0C31D36557D26B5D8C3D9CEDC7289": "AuraSkills-2.2.7.jar",
|
||||||
|
|
@ -34,17 +33,15 @@
|
||||||
"A043FC1F0F5BDA4C7B31F5BBB8E8F0D54069F4D9C59DF90A71A58309FDE50720": "BlueSlimeCore.jar",
|
"A043FC1F0F5BDA4C7B31F5BBB8E8F0D54069F4D9C59DF90A71A58309FDE50720": "BlueSlimeCore.jar",
|
||||||
"79652EC0023C6D45C7358548A61C60C55905BA142EAFB7C590E9EC6D5C52F132": "Backuper-3.1.2.jar",
|
"79652EC0023C6D45C7358548A61C60C55905BA142EAFB7C590E9EC6D5C52F132": "Backuper-3.1.2.jar",
|
||||||
"09A47CAAE18D643040EDB8D1BC7252B27B977ADBA2931D9D2BD0E501CEEF858C": "ConsoleSpamFixReborn-1.11.1.jar",
|
"09A47CAAE18D643040EDB8D1BC7252B27B977ADBA2931D9D2BD0E501CEEF858C": "ConsoleSpamFixReborn-1.11.1.jar",
|
||||||
"ADDE30CE4436D5F8DDEB56D3C5FD68B3545776DACDD3B5A6CC18992CA089FA46": "EssentialsXChat-2.21.0-dev+166-fb6edc0.jar",
|
"C500A0925E94DEAA2C047620261F55E9A38133519E7DC501A5C71254A42B6E61": "HeadDrop-2.3.jar",
|
||||||
"7D60B57DE425F2BC1BA2D4466B2EA7444AB8447730FCD9CC6A102A6215896A9C": "EssentialsX-2.21.0-dev+166-fb6edc0.jar"
|
"06FB95CF91AE7BE113172E5CDB95B29F1775C5B440856019F56AEAD0DD89C51E": "VaultChatFormatter.jar"
|
||||||
},
|
},
|
||||||
"skippedHashes": [
|
"skippedHashes": [
|
||||||
"1BA330500F8950325191BA70BCE0B83E747493E5EE0AF7082670C35C5177A32E",
|
"1BA330500F8950325191BA70BCE0B83E747493E5EE0AF7082670C35C5177A32E",
|
||||||
"ED94AC5A408C4C9508630D93DA1CBD20280C3427BA04EBEDF7EC3D3A04CA7843",
|
"ED94AC5A408C4C9508630D93DA1CBD20280C3427BA04EBEDF7EC3D3A04CA7843",
|
||||||
"7FA76E7AD85E4142BE7203C30BC843896518985398BA8961FD573FAA2964432F",
|
"7FA76E7AD85E4142BE7203C30BC843896518985398BA8961FD573FAA2964432F",
|
||||||
"1E94DD08F9A68323E17334CAACF0E3D2C9A72396E7FEE643E319A0EABDD502AC",
|
"1E94DD08F9A68323E17334CAACF0E3D2C9A72396E7FEE643E319A0EABDD502AC",
|
||||||
"A91028876B974F870E1AC90CB433A1A4CB06930A39F2C0EDC50D6165E26E940D",
|
"A91028876B974F870E1AC90CB433A1A4CB06930A39F2C0EDC50D6165E26E940D"
|
||||||
"ADDE30CE4436D5F8DDEB56D3C5FD68B3545776DACDD3B5A6CC18992CA089FA46",
|
|
||||||
"7D60B57DE425F2BC1BA2D4466B2EA7444AB8447730FCD9CC6A102A6215896A9C"
|
|
||||||
],
|
],
|
||||||
"mappingsHash": "B7EF9B124967B9C8F8B7AB8CE8EE5CA7E3D3BFDE3ABD79BA37215DC4EDEC3ED0"
|
"mappingsHash": "B7EF9B124967B9C8F8B7AB8CE8EE5CA7E3D3BFDE3ABD79BA37215DC4EDEC3ED0"
|
||||||
}
|
}
|
||||||
|
|
@ -2,7 +2,7 @@ uuid: 4d8655f4-fc7e-33c0-b8b8-eda1e95970d5
|
||||||
skills:
|
skills:
|
||||||
auraskills/foraging:
|
auraskills/foraging:
|
||||||
level: 0
|
level: 0
|
||||||
xp: 12.800000000000002
|
xp: 13.600000000000003
|
||||||
auraskills/enchanting:
|
auraskills/enchanting:
|
||||||
level: 0
|
level: 0
|
||||||
xp: 0.0
|
xp: 0.0
|
||||||
|
|
@ -10,8 +10,8 @@ skills:
|
||||||
level: 0
|
level: 0
|
||||||
xp: 0.0
|
xp: 0.0
|
||||||
auraskills/fighting:
|
auraskills/fighting:
|
||||||
level: 1
|
level: 2
|
||||||
xp: 110.0
|
xp: 245.4
|
||||||
auraskills/farming:
|
auraskills/farming:
|
||||||
level: 0
|
level: 0
|
||||||
xp: 0.0
|
xp: 0.0
|
||||||
|
|
@ -20,19 +20,19 @@ skills:
|
||||||
xp: 58.00000000000001
|
xp: 58.00000000000001
|
||||||
auraskills/defense:
|
auraskills/defense:
|
||||||
level: 19
|
level: 19
|
||||||
xp: 10728.0
|
xp: 10730.8
|
||||||
auraskills/archery:
|
auraskills/archery:
|
||||||
level: 0
|
level: 0
|
||||||
xp: 17.0
|
xp: 17.0
|
||||||
auraskills/agility:
|
auraskills/agility:
|
||||||
level: 0
|
level: 1
|
||||||
xp: 63.743600000000015
|
xp: 39.818800000000024
|
||||||
auraskills/excavation:
|
auraskills/excavation:
|
||||||
level: 0
|
level: 0
|
||||||
xp: 5.6000000000000005
|
xp: 14.699999999999994
|
||||||
auraskills/alchemy:
|
auraskills/alchemy:
|
||||||
level: 2
|
level: 6
|
||||||
xp: 200.0
|
xp: 450.0
|
||||||
mana: 24.0
|
mana: 34.0
|
||||||
action_bar:
|
action_bar:
|
||||||
idle: true
|
idle: true
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ skills:
|
||||||
xp: 0.0
|
xp: 0.0
|
||||||
auraskills/fighting:
|
auraskills/fighting:
|
||||||
level: 0
|
level: 0
|
||||||
xp: 0.0
|
xp: 14.0
|
||||||
auraskills/foraging:
|
auraskills/foraging:
|
||||||
level: 0
|
level: 0
|
||||||
xp: 0.0
|
xp: 0.0
|
||||||
|
|
@ -16,8 +16,8 @@ skills:
|
||||||
level: 96
|
level: 96
|
||||||
xp: 366564.80000000075
|
xp: 366564.80000000075
|
||||||
auraskills/defense:
|
auraskills/defense:
|
||||||
level: 1
|
level: 2
|
||||||
xp: 32.90305256843567
|
xp: 166.37501685619338
|
||||||
auraskills/excavation:
|
auraskills/excavation:
|
||||||
level: 0
|
level: 0
|
||||||
xp: 1.4
|
xp: 1.4
|
||||||
|
|
@ -32,10 +32,10 @@ skills:
|
||||||
xp: 0.0
|
xp: 0.0
|
||||||
auraskills/agility:
|
auraskills/agility:
|
||||||
level: 0
|
level: 0
|
||||||
xp: 21.538000000000004
|
xp: 58.85440000000001
|
||||||
mana: 212.0
|
mana: 212.0
|
||||||
action_bar:
|
action_bar:
|
||||||
idle: true
|
idle: true
|
||||||
ability_data:
|
ability_data:
|
||||||
auraskills/xp_convert:
|
auraskills/xp_convert:
|
||||||
xp: 10.641052568994464
|
xp: 5.929416856752356
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -1919,3 +1919,62 @@
|
||||||
[02-08 15:09:30]: [INFO] Essentials spawn file not found: '/data/plugins/Essentials/spawn.yml'
|
[02-08 15:09:30]: [INFO] Essentials spawn file not found: '/data/plugins/Essentials/spawn.yml'
|
||||||
[02-08 15:09:30]: [INFO] AuthMe 5.6.0 build n.CUSTOM successfully enabled!
|
[02-08 15:09:30]: [INFO] AuthMe 5.6.0 build n.CUSTOM successfully enabled!
|
||||||
[02-08 15:09:48]: [FINE] Heroz_0 logged in 192.168.1.16
|
[02-08 15:09:48]: [FINE] Heroz_0 logged in 192.168.1.16
|
||||||
|
[02-08 15:12:46]: [INFO] AuthMe 5.6.0-bCUSTOM disabled!
|
||||||
|
[02-08 15:13:19]: [INFO] SQLite Setup finished
|
||||||
|
[02-08 15:13:19]: [INFO] Hooked into LuckPerms!
|
||||||
|
[02-08 15:13:19]: [INFO] Hooked successfully into Essentials
|
||||||
|
[02-08 15:13:19]: [INFO] Essentials spawn file not found: '/data/plugins/Essentials/spawn.yml'
|
||||||
|
[02-08 15:13:19]: [INFO] AuthMe 5.6.0 build n.CUSTOM successfully enabled!
|
||||||
|
[02-08 15:13:30]: [FINE] Heroz_0 logged in 192.168.1.16
|
||||||
|
[02-08 15:14:16]: [FINE] Dummy logged in 192.168.1.16
|
||||||
|
[02-08 15:21:11]: [FINE] Dummy logged in 192.168.1.16
|
||||||
|
[02-08 15:59:55]: [FINE] Dummy logged in 192.168.1.16
|
||||||
|
[02-08 16:15:37]: [INFO] AuthMe 5.6.0-bCUSTOM disabled!
|
||||||
|
[02-08 17:17:20]: [INFO] SQLite Setup finished
|
||||||
|
[02-08 17:17:20]: [INFO] Hooked into LuckPerms!
|
||||||
|
[02-08 17:17:21]: [INFO] Hooked successfully into Essentials
|
||||||
|
[02-08 17:17:21]: [INFO] Essentials spawn file not found: '/data/plugins/Essentials/spawn.yml'
|
||||||
|
[02-08 17:17:21]: [INFO] AuthMe 5.6.0 build n.CUSTOM successfully enabled!
|
||||||
|
[02-08 17:19:07]: [FINE] Dummy used the wrong password
|
||||||
|
[02-08 17:19:20]: [FINE] Dummy logged in 192.168.1.16
|
||||||
|
[02-08 17:19:27]: [FINE] Heroz_0 logged in 192.168.1.16
|
||||||
|
[02-08 17:21:08]: [FINE] Dummy logged in 192.168.1.16
|
||||||
|
[02-08 17:31:38]: [INFO] AuthMe 5.6.0-bCUSTOM disabled!
|
||||||
|
[02-08 17:31:57]: [INFO] SQLite Setup finished
|
||||||
|
[02-08 17:31:57]: [INFO] Hooked into LuckPerms!
|
||||||
|
[02-08 17:31:57]: [INFO] Hooked successfully into Essentials
|
||||||
|
[02-08 17:31:57]: [INFO] Essentials spawn file not found: '/data/plugins/Essentials/spawn.yml'
|
||||||
|
[02-08 17:31:57]: [INFO] AuthMe 5.6.0 build n.CUSTOM successfully enabled!
|
||||||
|
[02-08 17:32:36]: [FINE] Heroz_0 logged in 192.168.1.16
|
||||||
|
[02-08 17:33:29]: [FINE] Dummy logged in 192.168.1.16
|
||||||
|
[02-08 17:33:52]: [INFO] AuthMe 5.6.0-bCUSTOM disabled!
|
||||||
|
[02-08 17:34:16]: [INFO] SQLite Setup finished
|
||||||
|
[02-08 17:34:16]: [INFO] Hooked into LuckPerms!
|
||||||
|
[02-08 17:34:16]: [INFO] Hooked successfully into Essentials
|
||||||
|
[02-08 17:34:16]: [INFO] Essentials spawn file not found: '/data/plugins/Essentials/spawn.yml'
|
||||||
|
[02-08 17:34:16]: [INFO] AuthMe 5.6.0 build n.CUSTOM successfully enabled!
|
||||||
|
[02-08 17:34:29]: [FINE] Heroz_0 logged in 192.168.1.16
|
||||||
|
[02-08 17:34:39]: [FINE] Dummy logged in 192.168.1.16
|
||||||
|
[02-08 17:46:38]: [INFO] AuthMe 5.6.0-bCUSTOM disabled!
|
||||||
|
[02-08 17:47:18]: [INFO] SQLite Setup finished
|
||||||
|
[02-08 17:47:18]: [INFO] Hooked into LuckPerms!
|
||||||
|
[02-08 17:47:18]: [INFO] Hooked successfully into Essentials
|
||||||
|
[02-08 17:47:18]: [INFO] Essentials spawn file not found: '/data/plugins/Essentials/spawn.yml'
|
||||||
|
[02-08 17:47:18]: [INFO] AuthMe 5.6.0 build n.CUSTOM successfully enabled!
|
||||||
|
[02-08 17:47:31]: [FINE] Dummy logged in 192.168.1.16
|
||||||
|
[02-08 17:47:42]: [FINE] Heroz_0 logged in 192.168.1.16
|
||||||
|
[02-08 17:49:24]: [FINE] Heroz_0 logged in 192.168.1.16
|
||||||
|
[02-08 17:58:29]: [INFO] AuthMe 5.6.0-bCUSTOM disabled!
|
||||||
|
[02-08 17:58:53]: [INFO] SQLite Setup finished
|
||||||
|
[02-08 17:58:53]: [INFO] Hooked into LuckPerms!
|
||||||
|
[02-08 17:58:53]: [INFO] AuthMe 5.6.0 build n.CUSTOM successfully enabled!
|
||||||
|
[02-08 17:59:07]: [FINE] Heroz_0 logged in 192.168.1.16
|
||||||
|
[02-08 18:02:18]: [INFO] AuthMe 5.6.0-bCUSTOM disabled!
|
||||||
|
[02-08 18:02:37]: [INFO] SQLite Setup finished
|
||||||
|
[02-08 18:02:37]: [INFO] Hooked into LuckPerms!
|
||||||
|
[02-08 18:02:37]: [INFO] AuthMe 5.6.0 build n.CUSTOM successfully enabled!
|
||||||
|
[02-08 18:02:47]: [FINE] Heroz_0 logged in 192.168.1.16
|
||||||
|
[02-08 18:04:13]: [FINE] Dummy logged in 192.168.1.16
|
||||||
|
[02-08 18:09:55]: [FINE] Heroz_0 logged in 192.168.1.16
|
||||||
|
[02-08 18:10:10]: [FINE] Dummy logged in 192.168.1.16
|
||||||
|
[02-08 18:14:50]: [INFO] AuthMe 5.6.0-bCUSTOM disabled!
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -2396,3 +2396,199 @@ CREATE INDEX idx_user ON axir_backups (userId) [42111-214]
|
||||||
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1150)
|
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1150)
|
||||||
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:326)
|
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:326)
|
||||||
at java.base/java.lang.Thread.run(Unknown Source)
|
at java.base/java.lang.Thread.run(Unknown Source)
|
||||||
|
2025-02-08 15:13:25 jdbc[3]: exception
|
||||||
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "IDX_USER" already exists; SQL statement:
|
||||||
|
CREATE INDEX idx_user ON axir_backups (userId) [42111-214]
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.get(DbException.java:223)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.get(DbException.java:199)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.ddl.CreateIndex.update(CreateIndex.java:74)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.CommandContainer.update(CommandContainer.java:169)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.Command.executeUpdate(Command.java:252)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:209)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:169)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.database.impl.Base.setup(Base.java:109)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.database.impl.H2.setup(H2.java:34)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.AxInventoryRestore.enable(AxInventoryRestore.java:104)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.libs.axapi.AxPlugin.onEnable(AxPlugin.java:96)
|
||||||
|
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
|
||||||
|
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
|
||||||
|
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
|
||||||
|
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
|
||||||
|
at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:640)
|
||||||
|
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:589)
|
||||||
|
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:678)
|
||||||
|
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:440)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:357)
|
||||||
|
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1150)
|
||||||
|
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:326)
|
||||||
|
at java.base/java.lang.Thread.run(Unknown Source)
|
||||||
|
2025-02-08 17:17:27 jdbc[3]: exception
|
||||||
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "IDX_USER" already exists; SQL statement:
|
||||||
|
CREATE INDEX idx_user ON axir_backups (userId) [42111-214]
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.get(DbException.java:223)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.get(DbException.java:199)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.ddl.CreateIndex.update(CreateIndex.java:74)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.CommandContainer.update(CommandContainer.java:169)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.Command.executeUpdate(Command.java:252)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:209)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:169)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.database.impl.Base.setup(Base.java:109)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.database.impl.H2.setup(H2.java:34)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.AxInventoryRestore.enable(AxInventoryRestore.java:104)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.libs.axapi.AxPlugin.onEnable(AxPlugin.java:96)
|
||||||
|
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
|
||||||
|
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
|
||||||
|
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
|
||||||
|
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
|
||||||
|
at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:640)
|
||||||
|
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:589)
|
||||||
|
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:678)
|
||||||
|
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:440)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:357)
|
||||||
|
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1150)
|
||||||
|
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:326)
|
||||||
|
at java.base/java.lang.Thread.run(Unknown Source)
|
||||||
|
2025-02-08 17:32:03 jdbc[3]: exception
|
||||||
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "IDX_USER" already exists; SQL statement:
|
||||||
|
CREATE INDEX idx_user ON axir_backups (userId) [42111-214]
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.get(DbException.java:223)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.get(DbException.java:199)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.ddl.CreateIndex.update(CreateIndex.java:74)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.CommandContainer.update(CommandContainer.java:169)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.Command.executeUpdate(Command.java:252)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:209)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:169)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.database.impl.Base.setup(Base.java:109)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.database.impl.H2.setup(H2.java:34)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.AxInventoryRestore.enable(AxInventoryRestore.java:104)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.libs.axapi.AxPlugin.onEnable(AxPlugin.java:96)
|
||||||
|
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
|
||||||
|
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
|
||||||
|
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
|
||||||
|
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
|
||||||
|
at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:640)
|
||||||
|
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:589)
|
||||||
|
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:678)
|
||||||
|
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:440)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:357)
|
||||||
|
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1150)
|
||||||
|
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:326)
|
||||||
|
at java.base/java.lang.Thread.run(Unknown Source)
|
||||||
|
2025-02-08 17:34:21 jdbc[3]: exception
|
||||||
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "IDX_USER" already exists; SQL statement:
|
||||||
|
CREATE INDEX idx_user ON axir_backups (userId) [42111-214]
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.get(DbException.java:223)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.get(DbException.java:199)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.ddl.CreateIndex.update(CreateIndex.java:74)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.CommandContainer.update(CommandContainer.java:169)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.Command.executeUpdate(Command.java:252)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:209)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:169)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.database.impl.Base.setup(Base.java:109)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.database.impl.H2.setup(H2.java:34)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.AxInventoryRestore.enable(AxInventoryRestore.java:104)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.libs.axapi.AxPlugin.onEnable(AxPlugin.java:96)
|
||||||
|
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
|
||||||
|
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
|
||||||
|
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
|
||||||
|
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
|
||||||
|
at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:640)
|
||||||
|
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:589)
|
||||||
|
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:678)
|
||||||
|
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:440)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:357)
|
||||||
|
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1150)
|
||||||
|
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:326)
|
||||||
|
at java.base/java.lang.Thread.run(Unknown Source)
|
||||||
|
2025-02-08 17:47:24 jdbc[3]: exception
|
||||||
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "IDX_USER" already exists; SQL statement:
|
||||||
|
CREATE INDEX idx_user ON axir_backups (userId) [42111-214]
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.get(DbException.java:223)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.get(DbException.java:199)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.ddl.CreateIndex.update(CreateIndex.java:74)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.CommandContainer.update(CommandContainer.java:169)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.Command.executeUpdate(Command.java:252)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:209)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:169)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.database.impl.Base.setup(Base.java:109)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.database.impl.H2.setup(H2.java:34)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.AxInventoryRestore.enable(AxInventoryRestore.java:104)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.libs.axapi.AxPlugin.onEnable(AxPlugin.java:96)
|
||||||
|
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
|
||||||
|
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
|
||||||
|
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
|
||||||
|
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
|
||||||
|
at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:640)
|
||||||
|
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:589)
|
||||||
|
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:678)
|
||||||
|
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:440)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:357)
|
||||||
|
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1150)
|
||||||
|
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:326)
|
||||||
|
at java.base/java.lang.Thread.run(Unknown Source)
|
||||||
|
2025-02-08 17:58:59 jdbc[3]: exception
|
||||||
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "IDX_USER" already exists; SQL statement:
|
||||||
|
CREATE INDEX idx_user ON axir_backups (userId) [42111-214]
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.get(DbException.java:223)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.get(DbException.java:199)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.ddl.CreateIndex.update(CreateIndex.java:74)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.CommandContainer.update(CommandContainer.java:169)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.Command.executeUpdate(Command.java:252)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:209)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:169)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.database.impl.Base.setup(Base.java:109)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.database.impl.H2.setup(H2.java:34)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.AxInventoryRestore.enable(AxInventoryRestore.java:104)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.libs.axapi.AxPlugin.onEnable(AxPlugin.java:96)
|
||||||
|
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
|
||||||
|
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
|
||||||
|
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
|
||||||
|
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
|
||||||
|
at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:640)
|
||||||
|
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:589)
|
||||||
|
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:678)
|
||||||
|
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:440)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:357)
|
||||||
|
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1150)
|
||||||
|
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:326)
|
||||||
|
at java.base/java.lang.Thread.run(Unknown Source)
|
||||||
|
2025-02-08 18:02:42 jdbc[3]: exception
|
||||||
|
org.h2.jdbc.JdbcSQLSyntaxErrorException: Index "IDX_USER" already exists; SQL statement:
|
||||||
|
CREATE INDEX idx_user ON axir_backups (userId) [42111-214]
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.getJdbcSQLException(DbException.java:477)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.get(DbException.java:223)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.message.DbException.get(DbException.java:199)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.ddl.CreateIndex.update(CreateIndex.java:74)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.CommandContainer.update(CommandContainer.java:169)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.command.Command.executeUpdate(Command.java:252)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:209)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:169)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.database.impl.Base.setup(Base.java:109)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.database.impl.H2.setup(H2.java:34)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.AxInventoryRestore.enable(AxInventoryRestore.java:104)
|
||||||
|
at AxInventoryRestore-3.5.0.jar//com.artillexstudios.axinventoryrestore.libs.axapi.AxPlugin.onEnable(AxPlugin.java:96)
|
||||||
|
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:288)
|
||||||
|
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202)
|
||||||
|
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109)
|
||||||
|
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520)
|
||||||
|
at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:640)
|
||||||
|
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:589)
|
||||||
|
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:678)
|
||||||
|
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:440)
|
||||||
|
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:357)
|
||||||
|
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1150)
|
||||||
|
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:326)
|
||||||
|
at java.base/java.lang.Thread.run(Unknown Source)
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# DO NOT CHANGE
|
# DO NOT CHANGE
|
||||||
configVersion: 8.0
|
configVersion: 8.0
|
||||||
lastBackup: 1739011723
|
lastBackup: 1739011723
|
||||||
lastChange: 1739027270
|
lastChange: 1739038420
|
||||||
|
|
||||||
backup:
|
backup:
|
||||||
# (true/false) Automatic backup once in a specified period
|
# (true/false) Automatic backup once in a specified period
|
||||||
|
|
|
||||||
9
plugins/Chunky/tasks/world.properties
Normal file
9
plugins/Chunky/tasks/world.properties
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
world=world
|
||||||
|
cancelled=true
|
||||||
|
center-x=0.0
|
||||||
|
center-z=0.0
|
||||||
|
radius=5000.0
|
||||||
|
shape=square
|
||||||
|
pattern=region
|
||||||
|
chunks=393079
|
||||||
|
time=3236263
|
||||||
|
|
@ -14,9 +14,9 @@ debug-mode: false
|
||||||
|
|
||||||
# These are toggles for the different broadcast messages
|
# These are toggles for the different broadcast messages
|
||||||
broadcast:
|
broadcast:
|
||||||
on-load: true
|
on-load: false
|
||||||
on-enable: true
|
on-enable: false
|
||||||
on-disable: true
|
on-disable: false
|
||||||
|
|
||||||
# This is a list of worlds that CombatLogX will ignore when tagging players.
|
# This is a list of worlds that CombatLogX will ignore when tagging players.
|
||||||
# World names are case-sensitive. "world" is not the same as "WoRlD"
|
# World names are case-sensitive. "world" is not the same as "WoRlD"
|
||||||
|
|
|
||||||
|
|
@ -77,3 +77,586 @@
|
||||||
[February 08, 2025 14:35:11.344PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
[February 08, 2025 14:35:11.344PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
[February 08, 2025 14:35:11.892PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
[February 08, 2025 14:35:11.892PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
[February 08, 2025 14:35:12.393PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
[February 08, 2025 14:35:12.393PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 15:16:21.037PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager FIREBALL Fireball and cancelled true.
|
||||||
|
[February 08, 2025 15:16:21.049PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager FIREBALL Fireball and cancelled true.
|
||||||
|
[February 08, 2025 15:16:24.035PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager FIREBALL Fireball and cancelled true.
|
||||||
|
[February 08, 2025 15:16:24.039PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager FIREBALL Fireball and cancelled true.
|
||||||
|
[February 08, 2025 15:26:00.542PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled true.
|
||||||
|
[February 08, 2025 15:26:00.543PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:26:00.545PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:26:00.568PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:26:01.129PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled true.
|
||||||
|
[February 08, 2025 15:26:01.130PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:26:01.130PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:26:01.130PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:26:01.146PM CET] PlayerPunishEvent was triggered on Dummy with reason SELF_DEATH and cancelled true.
|
||||||
|
[February 08, 2025 15:26:01.147PM CET] PlayerUntagEvent was triggered on Dummy with reason SELF_DEATH and expire set to true.
|
||||||
|
[February 08, 2025 15:27:58.381PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:28:01.578PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:32:50.048PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled true.
|
||||||
|
[February 08, 2025 15:32:50.048PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:32:50.048PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:32:50.049PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:33:00.800PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled true.
|
||||||
|
[February 08, 2025 15:33:00.800PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:33:00.801PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:33:00.801PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:33:02.666PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ZOMBIE Zombie and cancelled false.
|
||||||
|
[February 08, 2025 15:33:02.670PM CET] PlayerPunishEvent was triggered on Dummy with reason SELF_DEATH and cancelled true.
|
||||||
|
[February 08, 2025 15:33:02.670PM CET] PlayerUntagEvent was triggered on Dummy with reason SELF_DEATH and expire set to true.
|
||||||
|
[February 08, 2025 15:33:14.930PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ZOMBIE Zombie and cancelled false.
|
||||||
|
[February 08, 2025 15:33:15.930PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ZOMBIE Zombie and cancelled false.
|
||||||
|
[February 08, 2025 15:33:16.528PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ZOMBIE Zombie and cancelled false.
|
||||||
|
[February 08, 2025 15:33:24.601PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled true.
|
||||||
|
[February 08, 2025 15:33:24.602PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:33:24.602PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:33:24.603PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:33:25.146PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled true.
|
||||||
|
[February 08, 2025 15:33:25.146PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:33:25.146PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:33:25.146PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:33:25.168PM CET] PlayerPunishEvent was triggered on Dummy with reason SELF_DEATH and cancelled true.
|
||||||
|
[February 08, 2025 15:33:25.168PM CET] PlayerUntagEvent was triggered on Dummy with reason SELF_DEATH and expire set to true.
|
||||||
|
[February 08, 2025 15:33:29.526PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ZOMBIE Zombie and cancelled false.
|
||||||
|
[February 08, 2025 15:33:30.528PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ZOMBIE Zombie and cancelled false.
|
||||||
|
[February 08, 2025 15:33:30.840PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Dummy and cancelled false.
|
||||||
|
[February 08, 2025 15:33:39.431PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ARROW Arrow and cancelled false.
|
||||||
|
[February 08, 2025 15:33:48.377PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ARROW Arrow and cancelled false.
|
||||||
|
[February 08, 2025 15:35:32.855PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:35:34.017PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:35:34.551PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:35:35.207PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:35:35.952PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:35:36.351PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:35:42.662PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:35:45.802PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:35:46.491PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:35:47.057PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:35:51.305PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:35:56.586PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:35:57.247PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:35:57.837PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:36:41.109PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:36:44.961PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:36:45.509PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:36:46.159PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:36:47.008PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:36:47.610PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:36:48.164PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:36:49.849PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:36:51.951PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:36:52.570PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:36:53.145PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:37:01.350PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:37:02.003PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:37:02.645PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:37:03.196PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:37:03.801PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:37:05.042PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:37:05.646PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:37:08.348PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:37:08.903PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:37:09.597PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:37:10.245PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:37:11.000PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:37:11.643PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:37:12.249PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:38:22.415PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 15:38:22.416PM CET] PlayerTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 15:38:22.424PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:38:22.424PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:38:22.424PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:38:37.625PM CET] PlayerPunishEvent was triggered on Heroz_0 with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:38:37.625PM CET] PlayerUntagEvent was triggered on Heroz_0 with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:38:37.626PM CET] PlayerPunishEvent was triggered on Dummy with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:38:37.627PM CET] PlayerUntagEvent was triggered on Dummy with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:39:12.928PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 15:39:12.928PM CET] PlayerTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 15:39:12.929PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:39:12.929PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:39:12.929PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:39:21.387PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:39:21.389PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:39:28.371PM CET] PlayerPunishEvent was triggered on Heroz_0 with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:39:28.371PM CET] PlayerUntagEvent was triggered on Heroz_0 with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:39:28.372PM CET] PlayerPunishEvent was triggered on Dummy with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:39:28.372PM CET] PlayerUntagEvent was triggered on Dummy with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:42:19.976PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 15:42:19.976PM CET] PlayerTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 15:42:19.977PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:42:19.977PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:42:19.977PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:42:24.028PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:42:25.011PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:42:25.568PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:42:26.157PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:42:26.791PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:42:27.378PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:42:27.959PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:42:28.615PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:42:29.218PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:42:29.775PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:42:30.364PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:42:30.868PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:42:35.121PM CET] PlayerPunishEvent was triggered on Heroz_0 with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:42:35.121PM CET] PlayerUntagEvent was triggered on Heroz_0 with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:42:35.122PM CET] PlayerPunishEvent was triggered on Dummy with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:42:35.122PM CET] PlayerUntagEvent was triggered on Dummy with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:42:51.082PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 15:42:51.083PM CET] PlayerTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 15:42:51.083PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:42:51.083PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:42:51.084PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:42:58.180PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 15:42:58.180PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 15:42:58.180PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:42:58.180PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:42:58.180PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:43:00.219PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:43:01.058PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:43:01.666PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:43:02.266PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:43:02.884PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:43:03.465PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:43:13.646PM CET] PlayerPunishEvent was triggered on Heroz_0 with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:43:13.646PM CET] PlayerUntagEvent was triggered on Heroz_0 with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:43:13.646PM CET] PlayerPunishEvent was triggered on Dummy with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:43:13.646PM CET] PlayerUntagEvent was triggered on Dummy with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:43:25.678PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 15:43:26.679PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 15:43:33.930PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 15:43:35.080PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 15:43:35.080PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 15:43:35.980PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 15:43:41.078PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:43:41.534PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:43:42.279PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:43:42.478PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:43:44.117PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:43:45.127PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:43:45.660PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:43:59.681PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 15:43:59.682PM CET] PlayerTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 15:43:59.682PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:43:59.682PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:43:59.682PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:44:01.826PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:44:02.782PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:44:03.329PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:44:07.876PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:44:08.328PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled true.
|
||||||
|
[February 08, 2025 15:44:09.530PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:44:09.932PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:44:10.531PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:44:11.481PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:44:12.385PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:44:12.985PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:44:13.585PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:44:14.184PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:44:14.806PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:44:15.121PM CET] PlayerPunishEvent was triggered on Heroz_0 with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:44:15.121PM CET] PlayerUntagEvent was triggered on Heroz_0 with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:44:15.122PM CET] PlayerPunishEvent was triggered on Dummy with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:44:15.122PM CET] PlayerUntagEvent was triggered on Dummy with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:45:33.972PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:45:34.585PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:45:35.136PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:45:35.736PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:45:36.539PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:45:37.184PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 15:47:07.480PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:08.479PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:08.679PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:09.675PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:10.690PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:10.843PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:11.490PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:12.144PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:12.744PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:12.775PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:13.343PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:14.567PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ZOMBIE Zombie and cancelled false.
|
||||||
|
[February 08, 2025 15:47:15.180PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ZOMBIE Zombie and cancelled false.
|
||||||
|
[February 08, 2025 15:47:16.128PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ZOMBIE Zombie and cancelled false.
|
||||||
|
[February 08, 2025 15:47:16.979PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:17.181PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ZOMBIE Zombie and cancelled false.
|
||||||
|
[February 08, 2025 15:47:18.076PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:18.077PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ZOMBIE Zombie and cancelled false.
|
||||||
|
[February 08, 2025 15:47:18.194PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:18.642PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:19.278PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:19.488PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:20.076PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:20.144PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:20.579PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:20.877PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:21.089PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:21.289PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:22.144PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:22.178PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:22.643PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:26.078PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:26.144PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:26.176PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:26.528PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:26.745PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:27.395PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:28.544PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:29.098PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:29.770PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:30.145PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:30.695PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:31.295PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:31.980PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:32.690PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:33.241PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:33.728PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:33.793PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:34.345PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:34.927PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:34.945PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:35.545PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:36.144PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:37.029PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:37.145PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:37.279PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:38.042PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:38.279PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:38.745PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:39.520PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:39.521PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:40.102PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:40.279PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:47:40.697PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:47:59.925PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:00.927PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:01.927PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:02.936PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:04.312PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:04.953PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:05.926PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:06.925PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:07.927PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:08.576PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:08.928PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:09.176PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:09.932PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:10.176PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:10.927PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:11.179PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:11.928PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:12.178PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:12.926PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:13.176PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:13.925PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:14.178PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:14.525PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:18.326PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:18.625PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:18.879PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:19.628PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:25.861PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:25.864PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Dummy and cancelled false.
|
||||||
|
[February 08, 2025 15:48:26.578PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:27.578PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:27.927PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ZOMBIE Zombie and cancelled false.
|
||||||
|
[February 08, 2025 15:48:28.578PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager ZOMBIE Zombie and cancelled false.
|
||||||
|
[February 08, 2025 15:48:28.579PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:29.032PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Dummy and cancelled false.
|
||||||
|
[February 08, 2025 15:48:29.577PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:30.575PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager ZOMBIE Zombie and cancelled true.
|
||||||
|
[February 08, 2025 15:48:30.784PM CET] EntityDamageByEntityEvent was triggered by damaged ZOMBIE Zombie, damager PLAYER Dummy and cancelled false.
|
||||||
|
[February 08, 2025 15:54:23.527PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 15:54:23.527PM CET] PlayerTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 15:54:23.527PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:54:23.528PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:54:23.528PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager FIREBALL Fireball and cancelled false.
|
||||||
|
[February 08, 2025 15:54:29.349PM CET] EntityDamageByEntityEvent was triggered by damaged ITEM Poppy, damager FIREBALL Fireball and cancelled false.
|
||||||
|
[February 08, 2025 15:54:29.355PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 15:54:29.355PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 15:54:29.356PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:54:29.356PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:54:29.356PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager FIREBALL Fireball and cancelled false.
|
||||||
|
[February 08, 2025 15:54:29.362PM CET] EntityDamageByEntityEvent was triggered by damaged ITEM Poppy, damager FIREBALL Fireball and cancelled false.
|
||||||
|
[February 08, 2025 15:54:44.721PM CET] PlayerPunishEvent was triggered on Heroz_0 with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:54:44.721PM CET] PlayerUntagEvent was triggered on Heroz_0 with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:54:44.722PM CET] PlayerPunishEvent was triggered on Dummy with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:54:44.722PM CET] PlayerUntagEvent was triggered on Dummy with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:55:10.870PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 15:55:10.870PM CET] PlayerTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 15:55:10.871PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:55:10.871PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:55:10.871PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:55:26.410PM CET] PlayerPunishEvent was triggered on Heroz_0 with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:55:26.411PM CET] PlayerUntagEvent was triggered on Heroz_0 with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:55:26.411PM CET] PlayerPunishEvent was triggered on Dummy with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:55:26.411PM CET] PlayerUntagEvent was triggered on Dummy with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:58:50.729PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 15:58:50.729PM CET] PlayerTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 15:58:50.730PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:58:50.730PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:58:50.730PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 15:59:06.263PM CET] PlayerPunishEvent was triggered on Heroz_0 with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:59:06.263PM CET] PlayerUntagEvent was triggered on Heroz_0 with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:59:06.263PM CET] PlayerPunishEvent was triggered on Dummy with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:59:06.263PM CET] PlayerUntagEvent was triggered on Dummy with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:59:08.870PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 15:59:08.871PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 15:59:08.872PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 15:59:08.872PM CET] PlayerTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 15:59:08.872PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Heroz_0, damager PLAYER Dummy and cancelled false.
|
||||||
|
[February 08, 2025 15:59:23.871PM CET] PlayerPunishEvent was triggered on Dummy with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:59:23.871PM CET] PlayerUntagEvent was triggered on Dummy with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 15:59:24.371PM CET] PlayerPunishEvent was triggered on Heroz_0 with reason EXPIRE and cancelled true.
|
||||||
|
[February 08, 2025 15:59:24.371PM CET] PlayerUntagEvent was triggered on Heroz_0 with reason EXPIRE and expire set to true.
|
||||||
|
[February 08, 2025 17:20:38.021PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:38.033PM CET] PlayerTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:38.105PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:38.105PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:38.108PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:39.849PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:39.849PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:39.849PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:39.849PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:39.849PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:40.602PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:40.603PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:40.603PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:40.603PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:40.603PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:41.205PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:41.205PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:41.205PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:41.205PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:41.205PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:41.803PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:41.804PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:41.804PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:41.804PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:41.804PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:42.399PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:42.400PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:42.400PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:42.400PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:42.400PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:42.953PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:42.953PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:42.953PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:42.954PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:42.954PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:43.502PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:43.503PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:43.503PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:43.503PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:43.503PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:44.103PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:44.103PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:44.103PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:44.104PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:44.104PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:44.701PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:44.702PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:44.702PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:44.702PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:44.702PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:45.302PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:45.303PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:45.303PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:45.303PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:45.303PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:45.943PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:45.943PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:45.943PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:45.944PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:45.944PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:46.544PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:46.545PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:46.545PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:46.545PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:46.545PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:47.142PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:47.142PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:47.142PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:47.143PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:47.143PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:47.741PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:47.742PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:47.742PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:47.742PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:47.742PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:48.353PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:48.353PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:20:48.353PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:20:48.353PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:20:48.354PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:20:48.370PM CET] PlayerPunishEvent was triggered on Dummy with reason SELF_DEATH and cancelled true.
|
||||||
|
[February 08, 2025 17:20:48.371PM CET] PlayerUntagEvent was triggered on Dummy with reason SELF_DEATH and expire set to true.
|
||||||
|
[February 08, 2025 17:20:48.375PM CET] PlayerPunishEvent was triggered on Heroz_0 with reason ENEMY_DEATH and cancelled true.
|
||||||
|
[February 08, 2025 17:20:48.375PM CET] PlayerUntagEvent was triggered on Heroz_0 with reason ENEMY_DEATH and expire set to true.
|
||||||
|
[February 08, 2025 17:21:34.203PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:21:34.203PM CET] PlayerTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:21:34.204PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:21:34.205PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:21:34.206PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:21:34.798PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:21:34.799PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:21:34.799PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:21:34.799PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:21:34.799PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:21:34.806PM CET] PlayerPunishEvent was triggered on Dummy with reason SELF_DEATH and cancelled true.
|
||||||
|
[February 08, 2025 17:21:34.806PM CET] PlayerUntagEvent was triggered on Dummy with reason SELF_DEATH and expire set to true.
|
||||||
|
[February 08, 2025 17:21:34.807PM CET] PlayerPunishEvent was triggered on Heroz_0 with reason ENEMY_DEATH and cancelled true.
|
||||||
|
[February 08, 2025 17:21:34.808PM CET] PlayerUntagEvent was triggered on Heroz_0 with reason ENEMY_DEATH and expire set to true.
|
||||||
|
[February 08, 2025 17:21:50.552PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 17:21:51.151PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 17:21:51.705PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 17:21:52.303PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 17:21:52.954PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled true.
|
||||||
|
[February 08, 2025 17:21:53.552PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:21:53.553PM CET] PlayerTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:21:53.553PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:21:53.554PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:21:53.554PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:21:54.162PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:21:54.162PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:21:54.162PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:21:54.162PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:21:54.163PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:21:54.169PM CET] PlayerPunishEvent was triggered on Dummy with reason SELF_DEATH and cancelled true.
|
||||||
|
[February 08, 2025 17:21:54.169PM CET] PlayerUntagEvent was triggered on Dummy with reason SELF_DEATH and expire set to true.
|
||||||
|
[February 08, 2025 17:21:54.170PM CET] PlayerPunishEvent was triggered on Heroz_0 with reason ENEMY_DEATH and cancelled true.
|
||||||
|
[February 08, 2025 17:21:54.170PM CET] PlayerUntagEvent was triggered on Heroz_0 with reason ENEMY_DEATH and expire set to true.
|
||||||
|
[February 08, 2025 17:26:52.117PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:26:52.117PM CET] PlayerTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:26:52.118PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:26:52.118PM CET] PlayerTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:26:52.119PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:26:53.523PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:26:53.523PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:26:53.524PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:26:53.524PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:26:53.524PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:26:54.165PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:26:54.165PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:26:54.166PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:26:54.166PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:26:54.166PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:26:55.861PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:26:55.862PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:26:55.862PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:26:55.862PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:26:55.862PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:26:56.413PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:26:56.413PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:26:56.413PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:26:56.413PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:26:56.413PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:26:56.965PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:26:56.965PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:26:56.965PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:26:56.965PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:26:56.965PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:26:59.764PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:26:59.765PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:26:59.765PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:26:59.765PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:26:59.765PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:27:00.467PM CET] PlayerPreTagEvent was triggered on Heroz_0 by Dummy with type PLAYER, reason ATTACKER, and cancelled false.
|
||||||
|
[February 08, 2025 17:27:00.467PM CET] PlayerReTagEvent was triggered on Heroz_0 by Dummy with type PLAYER and reason ATTACKER.
|
||||||
|
[February 08, 2025 17:27:00.467PM CET] PlayerPreTagEvent was triggered on Dummy by Heroz_0 with type PLAYER, reason ATTACKED, and cancelled false.
|
||||||
|
[February 08, 2025 17:27:00.467PM CET] PlayerReTagEvent was triggered on Dummy by Heroz_0 with type PLAYER and reason ATTACKED.
|
||||||
|
[February 08, 2025 17:27:00.467PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:27:00.474PM CET] PlayerPunishEvent was triggered on Dummy with reason SELF_DEATH and cancelled true.
|
||||||
|
[February 08, 2025 17:27:00.474PM CET] PlayerUntagEvent was triggered on Dummy with reason SELF_DEATH and expire set to true.
|
||||||
|
[February 08, 2025 17:27:00.475PM CET] PlayerPunishEvent was triggered on Heroz_0 with reason ENEMY_DEATH and cancelled true.
|
||||||
|
[February 08, 2025 17:27:00.475PM CET] PlayerUntagEvent was triggered on Heroz_0 with reason ENEMY_DEATH and expire set to true.
|
||||||
|
[February 08, 2025 17:29:26.701PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:29:28.300PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:30:39.899PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:30:42.497PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:37:27.767PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:37:28.912PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:37:33.561PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:37:34.860PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:37:37.561PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:37:38.961PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:37:42.863PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:37:43.861PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:54:06.665PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:54:07.403PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:54:07.602PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:54:08.001PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:54:08.552PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:54:09.203PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:54:09.805PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 17:54:30.152PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:54:32.400PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:54:32.851PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 17:54:34.451PM CET] EntityDamageByEntityEvent was triggered by damaged SHEEP Sheep, damager WOLF Wolf and cancelled false.
|
||||||
|
[February 08, 2025 18:03:35.032PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:03:36.129PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:03:37.185PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:03:38.277PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:03:42.925PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:05:11.076PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:05:12.129PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:05:13.178PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:05:17.678PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:05:18.730PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:05:20.580PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:05:21.975PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:05:23.076PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:05:24.129PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:05:25.178PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:06:33.976PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:06:35.275PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:06:36.725PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:06:37.825PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:06:38.875PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:06:57.927PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:06:59.628PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:07:00.727PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:07:02.277PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:07:03.328PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:08:51.532PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager SPIDER Spider and cancelled false.
|
||||||
|
[February 08, 2025 18:08:52.777PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager SPIDER Spider and cancelled false.
|
||||||
|
[February 08, 2025 18:08:54.877PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager SPIDER Spider and cancelled false.
|
||||||
|
[February 08, 2025 18:08:56.628PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager SPIDER Spider and cancelled false.
|
||||||
|
[February 08, 2025 18:10:02.624PM CET] EntityDamageByEntityEvent was triggered by damaged SPIDER Spider, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:10:03.216PM CET] EntityDamageByEntityEvent was triggered by damaged SPIDER Spider, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:10:45.878PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager SPIDER Spider and cancelled false.
|
||||||
|
[February 08, 2025 18:10:46.877PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager SPIDER Spider and cancelled false.
|
||||||
|
[February 08, 2025 18:10:47.877PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager SPIDER Spider and cancelled false.
|
||||||
|
[February 08, 2025 18:10:48.877PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager SPIDER Spider and cancelled false.
|
||||||
|
[February 08, 2025 18:10:49.877PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager SPIDER Spider and cancelled false.
|
||||||
|
[February 08, 2025 18:10:50.876PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager SPIDER Spider and cancelled false.
|
||||||
|
[February 08, 2025 18:10:51.876PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager SPIDER Spider and cancelled false.
|
||||||
|
[February 08, 2025 18:10:52.877PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager SPIDER Spider and cancelled false.
|
||||||
|
[February 08, 2025 18:10:53.876PM CET] EntityDamageByEntityEvent was triggered by damaged PLAYER Dummy, damager SPIDER Spider and cancelled false.
|
||||||
|
[February 08, 2025 18:11:39.528PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:11:40.778PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:12:22.576PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:12:26.976PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:12:28.226PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:12:31.476PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:12:33.127PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:12:34.178PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:12:39.077PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:12:40.127PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:13:10.622PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:13:11.130PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:13:11.376PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:13:11.879PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:13:12.478PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:13:13.076PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:13:22.278PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:13:22.577PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:13:22.776PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:13:22.928PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:13:23.127PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:13:23.277PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:13:23.577PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:13:24.879PM CET] EntityDamageByEntityEvent was triggered by damaged INTERACTION Interaction, damager PLAYER Heroz_0 and cancelled false.
|
||||||
|
[February 08, 2025 18:14:35.127PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:14:36.988PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
[February 08, 2025 18:14:37.878PM CET] EntityDamageByEntityEvent was triggered by damaged GLOW_SQUID Glow Squid, damager AXOLOTL Axolotl and cancelled false.
|
||||||
|
|
|
||||||
Binary file not shown.
|
|
@ -25,3 +25,12 @@ locations:
|
||||||
z: 0.5
|
z: 0.5
|
||||||
yaw: 0.0
|
yaw: 0.0
|
||||||
pitch: 0.0
|
pitch: 0.0
|
||||||
|
world_the_end:
|
||||||
|
center:
|
||||||
|
world: f4558c00-80b4-4e82-bc5c-622051846607
|
||||||
|
world-name: world
|
||||||
|
x: 0.0
|
||||||
|
y: 63.0
|
||||||
|
z: 0.0
|
||||||
|
yaw: 0.0
|
||||||
|
pitch: 0.0
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
teleportenabled: true
|
teleportenabled: true
|
||||||
teleportauto: false
|
teleportauto: false
|
||||||
godmode: true
|
godmode: false
|
||||||
muted: false
|
muted: false
|
||||||
jailed: false
|
jailed: false
|
||||||
ip-address: 192.168.1.16
|
ip-address: 192.168.1.16
|
||||||
|
|
@ -11,28 +11,28 @@ powertoolsenabled: true
|
||||||
accepting-pay: true
|
accepting-pay: true
|
||||||
baltop-exempt: false
|
baltop-exempt: false
|
||||||
timestamps:
|
timestamps:
|
||||||
lastteleport: 1739022826059
|
lastteleport: 1739033191901
|
||||||
lastheal: 0
|
lastheal: 0
|
||||||
mute: 0
|
mute: 0
|
||||||
jail: 0
|
jail: 0
|
||||||
onlinejail: 0
|
onlinejail: 0
|
||||||
logout: 1739023751250
|
logout: 1739033909385
|
||||||
login: 1739023787893
|
login: 1739033364846
|
||||||
money: '0'
|
money: '0'
|
||||||
last-account-name: Heroz_0
|
last-account-name: Heroz_0
|
||||||
logoutlocation:
|
logoutlocation:
|
||||||
world: 9cac14fc-3324-40ef-8ef0-bb7b0830ad91
|
world: f4558c00-80b4-4e82-bc5c-622051846607
|
||||||
world-name: world_nether
|
world-name: world
|
||||||
x: -32.634855815543624
|
x: 28.409707538571055
|
||||||
y: 83.0
|
y: 80.9026482286274
|
||||||
z: 14.579583528002294
|
z: -18.407375419696145
|
||||||
yaw: 53.849830627441406
|
yaw: -123.00005340576172
|
||||||
pitch: 40.49998092651367
|
pitch: 22.950000762939453
|
||||||
lastlocation:
|
lastlocation:
|
||||||
world: f4558c00-80b4-4e82-bc5c-622051846607
|
world: f4558c00-80b4-4e82-bc5c-622051846607
|
||||||
world-name: world
|
world-name: world
|
||||||
x: -20.07063993196741
|
x: -37.08213541792757
|
||||||
y: 66.0
|
y: 82.0
|
||||||
z: 14.475474037199595
|
z: 35.40367223452489
|
||||||
yaw: -2.7002158164978027
|
yaw: -14.999999046325684
|
||||||
pitch: -2.250013828277588
|
pitch: 40.95004653930664
|
||||||
|
|
|
||||||
|
|
@ -16,8 +16,8 @@ timestamps:
|
||||||
mute: 0
|
mute: 0
|
||||||
jail: 0
|
jail: 0
|
||||||
onlinejail: 0
|
onlinejail: 0
|
||||||
logout: 1739022513198
|
logout: 1739033258769
|
||||||
login: 1739022261816
|
login: 1739033251811
|
||||||
money: '0'
|
money: '0'
|
||||||
last-account-name: Dummy
|
last-account-name: Dummy
|
||||||
lastlocation:
|
lastlocation:
|
||||||
|
|
@ -29,10 +29,10 @@ lastlocation:
|
||||||
yaw: -2.400413751602173
|
yaw: -2.400413751602173
|
||||||
pitch: 16.949811935424805
|
pitch: 16.949811935424805
|
||||||
logoutlocation:
|
logoutlocation:
|
||||||
world: f8bf0fe6-f4a6-477e-81f2-5cde6e05d4b1
|
world: f4558c00-80b4-4e82-bc5c-622051846607
|
||||||
world-name: world
|
world-name: world
|
||||||
x: -7.8220721729032086
|
x: -56.69999998807907
|
||||||
y: 64.0
|
y: 67.0
|
||||||
z: -4.277271768268719
|
z: 16.46403359923315
|
||||||
yaw: -3.4500036239624023
|
yaw: 142.49998474121094
|
||||||
pitch: 12.600021362304688
|
pitch: 24.75001335144043
|
||||||
|
|
|
||||||
Binary file not shown.
BIN
plugins/HeadDrop-2.3.jar
Normal file
BIN
plugins/HeadDrop-2.3.jar
Normal file
Binary file not shown.
74
plugins/HeadDrop/config.yml
Normal file
74
plugins/HeadDrop/config.yml
Normal file
|
|
@ -0,0 +1,74 @@
|
||||||
|
# Disable the first join message for the first player after server start
|
||||||
|
show_first_join_message: false
|
||||||
|
|
||||||
|
# Drop settings for PVP and PVE deaths
|
||||||
|
drop_pvp: true
|
||||||
|
drop_pve: false
|
||||||
|
|
||||||
|
# Settings for head drops in specific dimensions
|
||||||
|
drop_overworld: true
|
||||||
|
drop_nether: true
|
||||||
|
drop_end: true
|
||||||
|
|
||||||
|
# Define weapons that trigger head drops (true = drop, false = no drop)
|
||||||
|
weapon_selector:
|
||||||
|
sword: true
|
||||||
|
axe: true
|
||||||
|
trident: true
|
||||||
|
mace: true
|
||||||
|
bow: true
|
||||||
|
crossbow: true
|
||||||
|
pickaxe: true
|
||||||
|
shovel: true
|
||||||
|
hoe: true
|
||||||
|
|
||||||
|
# Chance for a head to drop (0 = 0%, 1 = 100%, increments of 0.1)
|
||||||
|
head_drop_chance: 1
|
||||||
|
|
||||||
|
# Options to limit the number of heads dropped per player
|
||||||
|
limit_head_drops_enabled: false
|
||||||
|
max_heads_per_player: 5
|
||||||
|
|
||||||
|
# Time in seconds for player heads to despawn. Max 5 minutes = 300 seconds
|
||||||
|
head_despawn_time: 300
|
||||||
|
|
||||||
|
# Enable or disable broadcasting a message when a player's head is dropped
|
||||||
|
broadcast_head_drop: false
|
||||||
|
# Use %player% to insert the name of the player whose head was dropped
|
||||||
|
broadcast_message: "§c%player%'s§r§6 head has been dropped !§r"
|
||||||
|
|
||||||
|
# Custom name for the dropped head item
|
||||||
|
# Use %player% to insert the name of the player whose head was dropped
|
||||||
|
head_name: "%player%'s Head"
|
||||||
|
# Custom lore for the dropped head item. Can be empty
|
||||||
|
head_lore: "Vous êtes une horrible personne..."
|
||||||
|
|
||||||
|
# Enable or disable the sound effect when the player's head drops
|
||||||
|
play_sound_on_drop: false
|
||||||
|
# Check the list of all sounds here : https://www.digminecraft.com/lists/sound_list_pc.php
|
||||||
|
head_drop_sound: "entity.player.levelup"
|
||||||
|
|
||||||
|
# Enable or disable particle effects when a player's head drops
|
||||||
|
particles_enabled: false
|
||||||
|
# Duration (in seconds) for particles around the dropped head. Set to "infinite" for no limit
|
||||||
|
particles_duration: 10
|
||||||
|
# Choose from : flame, heart, smoke ... Check the list of all particles here : https://minecraft.wiki/w/Particles_(Java_Edition)
|
||||||
|
particle_type: "flame"
|
||||||
|
|
||||||
|
# Enable or disable glowing effect on the dropped head
|
||||||
|
glowing_enabled: false
|
||||||
|
# Duration (in seconds) for the head to glow after being dropped. Set to "infinite" for no limit
|
||||||
|
glowing_duration: 10
|
||||||
|
# Color of the glowing effect (Allowed colors) :
|
||||||
|
# - white
|
||||||
|
# - yellow
|
||||||
|
# - red
|
||||||
|
# - orange
|
||||||
|
# - blue
|
||||||
|
# - green
|
||||||
|
# - purple
|
||||||
|
# - pink
|
||||||
|
# - gray
|
||||||
|
# - light_green
|
||||||
|
# - light_blue
|
||||||
|
glowing_color: "white"
|
||||||
7
plugins/HeadDrop/stats.json
Normal file
7
plugins/HeadDrop/stats.json
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "Heroz_0",
|
||||||
|
"uuid": "4d8655f4-fc7e-33c0-b8b8-eda1e95970d5",
|
||||||
|
"heads_dropped": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -73,7 +73,7 @@ custom-protocol-ping:
|
||||||
# for if a command is blocked or really doesn't exist. ^^
|
# for if a command is blocked or really doesn't exist. ^^
|
||||||
# Good to hide real and not-real commands from your players.
|
# Good to hide real and not-real commands from your players.
|
||||||
custom-unknown-command:
|
custom-unknown-command:
|
||||||
enabled: true
|
enabled: false
|
||||||
message:
|
message:
|
||||||
- '&cCommande inconnue.'
|
- '&cCommande inconnue.'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,11 +9,11 @@ global:
|
||||||
- register
|
- register
|
||||||
- msg
|
- msg
|
||||||
- r
|
- r
|
||||||
- mail
|
|
||||||
- sk
|
- sk
|
||||||
- skills
|
- skills
|
||||||
- skins
|
- skins
|
||||||
- skin
|
- skin
|
||||||
|
- voicechat
|
||||||
groups:
|
groups:
|
||||||
examplegroup:
|
examplegroup:
|
||||||
priority: 1
|
priority: 1
|
||||||
|
|
|
||||||
|
|
@ -1,57 +0,0 @@
|
||||||
SPAWNER_DESTROY_DENIED = $7Du kannst diesen Spawner nicht zerstören.
|
|
||||||
SPAWNER_PLACE_DENIED = $7Du kannst diesen Spawner nicht platzieren.
|
|
||||||
SPAWNER_CHANGE_DENIED = $7Du darfst diesen Spawner nicht verändern.
|
|
||||||
|
|
||||||
COMMAND_NOT_FOUND = $eBefehl nicht gefunden.$7\nVerfügbare Befehle\: \n{0}
|
|
||||||
COMMAND_INSUFFICIENT_PERMISSIONS = $cDu hast keine Berechtigungen um diesen Befehl auszuführen.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_USAGE = $eBitte benutze /silkspawners help [Befehl]
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE = $7Du kannst die folgenden Befehle benutzen\: \n{0}\nBenutze /silkspawners help <Befehl> für detaillierte Informationen
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_HELP = $7Benutze diesen Befehl um Informationen über die Befehle die du benutzen kannst anzuzeigen. \nVerwendung\: /silkspawners help [Befehl]
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_COMMAND_NOT_FOUND = $7Der Befehl $c/silkspawners {0}$7 existiert nicht.
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_EXPLOSION = $7Benutze diesen Befehl, um das Explodieren von Spawnern für bestimmte Spieler temporär zu deaktivieren. \nVerwendung\: /silkspawners explosion <enable/disable/setting> <Spieler>
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_GIVE = $7Benutze diesen Befehl, um Spielern Spawner zu geben. \nVerwendung\: /silkspawners give <Spieler> <Mob> [Anzahl]
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_SET = $7Benutze diesen Befehl um bereits platzierte Spawner zu verändern. \nBenutzung\: /silkspawners set <Mob>
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_ENTITIES = $7Benutze diesen Befehl, um für Befehle und Berechtigungen verfügbare Entities anzuzeigen. \nVerwendung\: /silkspawners entities
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_VERSION = $7Benutze diesen Befehl, um das Plugin auf Updates zu prüfen. \nVerwendung\: /silkspawners version
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_LOCALE = $7Benutze diesen Befehl, um die aktuell benutze Sprache anzuzeigen und um die Sprachdateien zu aktualisieren. Es kann notwendig sein, die Dateien nach einem Update zu aktualisieren. \n$eAchtung\! Alle manuellen änderungen an Sprachdateien gehen verloren, wenn diese nicht vorher gesichert werden\!$7\nVerwendung\: /silkspawners locale [setting/reload/update]
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_USAGE = $eBitte benutze /silkspawners give <Spieler> <Mob> [Anzahl]
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_PLAYER_NOT_FOUND = $7Der Spieler $c{0}$7 ist nicht online.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_ENTITY_NOT_FOUND = $7Die Entity $c{0}$7 is kein gültiges Spawner Mob.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_INSUFFICIENT_ENTITY_PERMISSION = $7Du darfst $c{0}$7 Spawner nicht an Spieler geben.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_INVALID_AMOUNT = $c{0}$7 is keine Zahl.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_TOO_SMALL_AMOUNT = $7Die Anzahl muss mindestens 1 sein.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_SUCCESS = $7Du hast {0} {1}$7 Spawner an {3} gegeben.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_SUCCESS_TARGET = $7Du hast {0} {1}$7 spawner von {3} erhalten.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_SUCCESS_SELF = $7Du hast dir selbst {0} {1}$7 spawner gegeben.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_SET_USAGE = $eBitte benutze /silkspawners set <Mob>
|
|
||||||
COMMAND_SILKSPAWNERS_SET_PLAYERS_ONLY = $7Dieser Befehl kann nur von Spielern ausgeführt werden.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_ENTITY_NOT_FOUND = $7Die Entity $c{0}$7 is kein gültiges Spawner Mob.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_INSUFFICIENT_ENTITY_PERMISSION = $7Du darfst Spawner nicht zu $c{0}$7 ändern.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_INVALID_TARGET = $7Du musst einen Spawner anschauen, den du ändern möchtest.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_SUCCESS = $7Der Spawner wurde erfolgreich zu {0}$7 geändert.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_USAGE = $eBitte benutze /silkspawners explosion <enable/disable/setting> <Spieler>
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_PLAYER_NOT_FOUND = $7Der Spieler $c{0}$7 ist nicht online.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_ENABLED = $7Spawner Explosion für {0} $caktiviert$7.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_DISABLED = $7Spawner Explosion für {0} $adeaktiviert$7.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_SETTING_ENABLED = $7Explosionen für {0} sind momentan $caktiviert$7.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_SETTING_DISABLED = $7Explosionen für {0} sind momentan $adeaktiviert$7.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_ENTITIES_USAGE = $eBitte benutze /silkspawners entities
|
|
||||||
COMMAND_SILKSPAWNERS_ENTITIES_MESSAGE = $7Du kannst die folgenden Entities in Befehlen und Berechtigungen benutzen\: {0}
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_USAGE = $eBitte benutze /silkspawners version
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_INFO = $aDas Plugin ist auf dem neusten Stand.$7\nDie aktuell Installierte Version ist v{0}
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_UPDATE_AVAILABLE = $eEs ist ein Update verfügbar\!$7\nDie aktuelle Version ist v{0}\nDie neuste Version ist v{1}
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_ERROR = $cDas Prüfen auf Updates ist deaktiviert. $7\nDie aktuell Installierte Version ist v{0}
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_USAGE = $eBitte benutze /silkspawners locale [setting/reload/update]
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_SETTING = $7Die momentan benutze Sprache ist {0}. Available locales\: {1}
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_RELOAD_SUCCESSFUL = $7Die Sprachdatei wurde erfolgreich neu geladen.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_RELOAD_ERROR = $cEs ist ein Fehler beim neu Laden der Sprachdatei aufgetreten.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_UPDATE_WARNING = $eAchtung\!$7 Das updaten der Sprachdatei wir $calle Änderungen überschreiben$7.\n Wenn du fortfahren möchtest, führe folgenden Befehl aus\: /silkspawners locale update confirm.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_UPDATE_SUCCESSFUL = $7Die Sprachdateien wurden erfolgreich aktualisiert.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_UPDATE_ERROR = $cEs ist ein Fehler aufgetreten.$7 Bitte kontaktiere den Entwickler, sollte das Problem bestehen bleiben.
|
|
||||||
|
|
@ -1,57 +0,0 @@
|
||||||
SPAWNER_DESTROY_DENIED = $7You can't break this spawner.
|
|
||||||
SPAWNER_PLACE_DENIED = $7You can't place this spawner.
|
|
||||||
SPAWNER_CHANGE_DENIED = $7You are not allowed to change this spawner.
|
|
||||||
|
|
||||||
COMMAND_NOT_FOUND = $eCommand not found.$7\nAvailable commands\: \n{0}
|
|
||||||
COMMAND_INSUFFICIENT_PERMISSIONS = $cYou do not have the permission to execute this command.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_USAGE = $ePlease use /silkspawners help [command]
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE = $7You can execute the following commands\: \n{0}\nUse /silkspawners help <command> for detailed info
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_HELP = $7Use this command to show information about the commands you can use. \nUsage\: /silkspawners help [command]
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_COMMAND_NOT_FOUND = $7The command $c/silkspawners {0}$7 does not exist.
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_EXPLOSION = $7Use this command to temporarily enable or disable spawner explosions for a specific player. \nUsage\: /silkspawners explosion <enable/disable/setting> <Player>
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_GIVE = $7Use this command to give spawners to players. \nUsage\: /silkspawners give <Player> <Mob> [Amount]
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_SET = $7Use this command to change already placed spawners. \nUsage\: /silkspawners set <Mob>
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_ENTITIES = $7Use this command to see entities that can be used in commands and permissions. \nUsage\: /silkspawners entities
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_VERSION = $7Use this command to see, if updates are available. \nUsage\: /silkspawners version
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_LOCALE = $7Use this command to see the currently used locale, to reload the locale files and to update them from the .jar file. Updating may be necessary if new messages have been added in an update. \n$eWarning\! All custom changes will be lost if not previously saved\!$7\nUsage\: /silkspawners locale [setting/reload/update]
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_USAGE = $ePlease use /silkspawners give <Player> <Mob> [Amount]
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_PLAYER_NOT_FOUND = $7The player $c{0}$7 is not online.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_ENTITY_NOT_FOUND = $7The entity $c{0}$7 is no valid spawner mob.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_INSUFFICIENT_ENTITY_PERMISSION = $7You do not have the permission to give $c{0}$7 spawners to players.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_INVALID_AMOUNT = $7The amount $c{0}$7 is no number.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_TOO_SMALL_AMOUNT = $7The amount must be at least 1.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_SUCCESS = $7Gave {0} {1}$7 spawner{2} to {3}.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_SUCCESS_TARGET = $7You received {0} {1}$7 spawner{2} by {3}.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_SUCCESS_SELF = $7Gave {0} {1}$7 spawner{2} to yourself.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_SET_USAGE = $ePlease use /silkspawners set <Mob>
|
|
||||||
COMMAND_SILKSPAWNERS_SET_PLAYERS_ONLY = $7This command can only be used by players.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_ENTITY_NOT_FOUND = $7The entity $c{0}$7 is no valid spawner mob.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_INSUFFICIENT_ENTITY_PERMISSION = $7You do not have the permission to set spawners to $c{0}$7.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_INVALID_TARGET = $7You must look at a spawner to change.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_SUCCESS = $7Successfully set spawner to {0}$7.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_USAGE = $ePlease use /silkspawners explosion <enable/disable/setting> <Player>
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_PLAYER_NOT_FOUND = $7The Player $c{0}$7 is not online.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_ENABLED = $cEnabled $7spawner explosion for {0}.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_DISABLED = $aDisabled $7spawner explosion for {0}.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_SETTING_ENABLED = $7Explosions for {0} are currently $cenabled$7.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_SETTING_DISABLED = $7Explosions for {0} are currently $adisabled$7.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_ENTITIES_USAGE = $ePlease use /silkspawners entities
|
|
||||||
COMMAND_SILKSPAWNERS_ENTITIES_MESSAGE = $7You can use the following entities in commands and permissions\: {0}
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_USAGE = $ePlease use /silkspawners version
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_INFO = $aYou are up to date.$7\nThe currently installed version is v{0}
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_UPDATE_AVAILABLE = $eAn update is available\!$7\nThe currently installed version is v{0}\nThe latest version is v{1}
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_ERROR = $cUpdate checking is disabled. $7\nThe currently installed version is v{0}
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_USAGE = $ePlease use /silkspawners locale [setting/reload/update]
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_SETTING = $7The currently used locale is {0}. Available locales are\: {1}
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_RELOAD_SUCCESSFUL = $7The locale was reloaded successfully.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_RELOAD_ERROR = $cAn error occurred reloading the locale.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_UPDATE_WARNING = $eWarning\!$7 Updating the locale files will $coverwrite all changes$7.\n If you want to proceed, run /silkspawners locale update confirm.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_UPDATE_SUCCESSFUL = $7The locale files were updated and reloaded successfully.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_UPDATE_ERROR = $cAn error ocurred.$7 Please contact the developer if this problem persists.
|
|
||||||
|
|
@ -1,57 +0,0 @@
|
||||||
SPAWNER_DESTROY_DENIED = $7Anda tidak bisa menghancurkan spawner ini.
|
|
||||||
SPAWNER_PLACE_DENIED = $7Anda tidak bisa meletakkan spawner ini.
|
|
||||||
SPAWNER_CHANGE_DENIED = $7Anda tidak diperbolehkan mengubah spawner ini.
|
|
||||||
|
|
||||||
COMMAND_NOT_FOUND = $ePerintah tidak ditemukan.$7\nPerintah tersedia\: \n{0}
|
|
||||||
COMMAND_INSUFFICIENT_PERMISSIONS = $cAnda tidak memiliki izin untuk menjalankan perintah ini.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_USAGE = $eGunakan /silkspawners help [perintah]
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE = $7Anda bisa jalankan perintah berikut\: \n{0}\nGunakan /silkspawners help <perintah> untuk informasi selengkapnya
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_HELP = $7Gunakan perintah ini untuk menampilkan informasi tentang perintah yang bisa anda gunakan. \nPenggunaan\: /silkspawners help [perintah]
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_COMMAND_NOT_FOUND = $7Perintah $c/silkspawners {0}$7 tidak ada.
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_EXPLOSION = $7Gunakan perintah ini untuk mengaktifkan atau menonaktifkan sementara ledakan spawner untuk pemain tertentu. \nPenggunaan\: /silkspawners explosion <enable/disable/setting> <Pemain>
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_GIVE = $7Gunakan perintah ini untuk memberikan spawner kepada pemain. \nPenggunaan\: /silkspawners give <Pemain> <Mob> [Jumlah]
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_SET = $7Gunakan perintah ini untuk mengubah spawner yang telah dipasangkan. \nPenggunaan\: /silkspawners set <Mob>
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_ENTITIES = $7Gunakan perintah ini untuk melihat entitas yang bisa digunakan dalam perintah dan izin. \nPenggunaan\: /silkspawners entities
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_VERSION = $7Gunakan perintah ini untuk memeriksa jika ada pembaruan tersedia. \nPenggunaan\: /silkspawners version
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_LOCALE = $7Gunakan perintah ini untuk melihat lokal yang sedang digunakan, untuk memuat ulang file lokal dan memperbaruinya dari file .jar. Pembaruan mungkin diperlukan jika ada pesan baru yang ditambahkan dalam pembaruan. \n$ePeringatan\! Semua perubahan akan hilang jika tidak disimpan sebelumnya\!\nPenggunaan\: /silkspawners locale [setting/reload/update]
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_USAGE = $eGunakan /silkspawners give <Pemain> <Mob> [Jumlah]
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_PLAYER_NOT_FOUND = $7Pemain $c{0}$7 sedang tidak aktif.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_ENTITY_NOT_FOUND = $7Entitas $c{0}$7 bukan spawner mob yang valid.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_INSUFFICIENT_ENTITY_PERMISSION = $7Anda tidak memiliki izin untuk memberikan $c{0}$7 spawners kepada pemain.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_INVALID_AMOUNT = $7Jumlah $c{0}$7 bukan angka.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_TOO_SMALL_AMOUNT = $7Jumlah harus minimal 1.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_SUCCESS = $7Diberikan {0} {1}$7 spawner{2} kepada {3}.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_SUCCESS_TARGET = $7Anda mendapatkan {0} {1}$7 spawner{2} oleh {3}.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_SUCCESS_SELF = $7Diberikan {0} {1}$7 spawner{2} kepada anda sendiri.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_SET_USAGE = $eGunakan /silkspawners set <Mob>
|
|
||||||
COMMAND_SILKSPAWNERS_SET_PLAYERS_ONLY = $7Perintah ini hanya bisa digunakan oleh pemain.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_ENTITY_NOT_FOUND = $7Entitas $c{0}$7 bukan spawner mob yang valid.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_INSUFFICIENT_ENTITY_PERMISSION = $7Anda tidak memiliki izin untuk mengubah spawner menjadi $c{0}$7.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_INVALID_TARGET = $7Anda harus mengarah kepada spawner untuk mengubahnya.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_SUCCESS = $7Berhasil mengubah spawner ke {0}$7.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_USAGE = $eGunakan /silkspawners explosion <enable/disable/setting> <Pemain>
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_PLAYER_NOT_FOUND = $7Pemain $c{0}$7 sedang tidak aktif.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_ENABLED = $cDiaktifkan $7ledakan spawner untuk {0}.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_DISABLED = $aDinonaktifkan $7ledakan spawner untuk {0}.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_SETTING_ENABLED = $7Ledakan untuk {0} sedang $cdiaktifkan$7.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_SETTING_DISABLED = $7Ledakan {0} sedang $adinonaktifkan$7.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_ENTITIES_USAGE = $eGunakan /silkspawners entities
|
|
||||||
COMMAND_SILKSPAWNERS_ENTITIES_MESSAGE = $7Anda dapat menggunakan entitas berikut dalam perintah dan izin\: {0}
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_USAGE = $eGunakan /silkspawners version
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_INFO = $aAnda menggunakan versi terkini.$7\nVersi terpasang saat ini adalah v{0}
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_UPDATE_AVAILABLE = $ePembaruan tersedua\!$7\nVersi terpasang saat ini adalah v{0}\nVersi terbaru adalah v{1}
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_ERROR = $cPemeriksaan pembaruan sedang dimatikan. $7\nVersi terpasang saat ini adalah v{0}
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_USAGE = $eGunakan /silkspawners locale [setting/reload/update]
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_SETTING = $7Lokal yang sedang digunakan adalah {0}. Lokal yang tersedia yakni\: {1}
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_RELOAD_SUCCESSFUL = $7Lokal berhasil dimuat ulang.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_RELOAD_ERROR = $cTerjadi kesalahan saat memuat ulang lokal.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_UPDATE_WARNING = $ePeringatan\!$7 Memperbarui file lokal akan $cmenimpa seluruh perubahan$7.\n Jika anda ingin melanjutkan, jalankan /silkspawners locale update confirm.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_UPDATE_SUCCESSFUL = $7File lokal telah berhasil diperbarui dan dimuat ulang.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_UPDATE_ERROR = $cTerjadi kesalahan.$7 Silahkan hubungi developer jika masalah ini berlanjut.
|
|
||||||
|
|
@ -1,57 +0,0 @@
|
||||||
SPAWNER_DESTROY_DENIED = $7Bu çağırıcıyı kıramazsın.
|
|
||||||
SPAWNER_PLACE_DENIED = $7Bu çağırıcıyı yerleştiremezsin.
|
|
||||||
SPAWNER_CHANGE_DENIED = $7Bu çağırıcıyı değiştirmeye iznin yok.
|
|
||||||
|
|
||||||
COMMAND_NOT_FOUND = $eKomut bulunamadı.$7\nMevcut komutlar\: \n{0}
|
|
||||||
COMMAND_INSUFFICIENT_PERMISSIONS = $cBu komutu kullanmaya iznin yok.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_USAGE = $eLütfen bunu kullanın\: /silkspawners help [komut]
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE = $7Bu komutları kullanabilirsiniz\: \n{0} /silkspawners help <komut> yazarak daha fazla bilgi alabilirsiniz.
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_HELP = $7Bu komudu kullanabileceğiniz komutlar hakkında bilgi almak için kullanın. \nKullanım\: /silkspawners help [komut]
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_COMMAND_NOT_FOUND = $c/silkspawners {0}$7 diye bir komut bulunmamakta.
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_EXPLOSION = $7Bu komudu bir oyuncu için geçici olarak çağırıcı patlamalarını açmak veya kapamak için kullanın.\nKullanım\: /silkspawners explosion <enable/disable/setting> <Oyuncu>
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_GIVE = $7Bu komudu oyunculara çağırıcı vermek için kullanın. \nKullanım\: /silkspawners give <Oyuncu> <Yaratık> [Miktar]
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_SET = $7Bu komudu zaten yerleştirilmiş olan çağırıcıları değiştirmek için kullanın. \nKullanım\: /silkspawners set <Yaratık>
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_ENTITIES = $7Bu komudu, komutlarda ya da yetkilerde kullanabileceğiniz varlıkları görmek için kullanın. \nKullanım\: /silkspawners entities
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_VERSION = $7Bu komudu mevcut bir güncelleme var mı diye bakmak için kullanın. \nKullanım\: /silkspawners version
|
|
||||||
COMMAND_SILKSPAWNERS_HELP_MESSAGE_LOCALE = $7Bu komudu kullandığınız eklenti dilini görmek, eklenti dilinin dosyalarını yeniden yüklemek ve .jar dosyasından güncellemek için kullanın. Eğer bir güncellemede yeni mesajlar eklendiyse güncelleme gerekli olabilir.\n$eUyarı\! Eğer önceden kaydedilmezse tüm özel değişiklikler kaybolur\!$7\nKullanım\: /silkspawners locale [setting/reload/update]
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_USAGE = $eLütfen /silkspawners give <Oyuncu> <Yaratık> [Miktar] komudunu kullanın.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_PLAYER_NOT_FOUND = $c{0}$7 çevrim içi değil.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_ENTITY_NOT_FOUND = $c{0}$7 geçerli bir yaratık değil.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_INSUFFICIENT_ENTITY_PERMISSION = $7Oyunculara $c{0}$7 çağırıcısı vermeye iznin yok.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_INVALID_AMOUNT = $c{0}$7 geçerli bir sayı değil.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_TOO_SMALL_AMOUNT = $7Miktar en az 0 olmalı.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_SUCCESS = $7{0} {1}$7 çağırıcı {3} isimli oyuncuya verildi.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_SUCCESS_TARGET = $7{3} tarafından {0} {1}$7 çağırıcı aldınız.
|
|
||||||
COMMAND_SILKSPAWNERS_GIVE_SUCCESS_SELF = $7Kendine {0} {1}$7 çağırıcı verdin.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_SET_USAGE = $eLütfen /silkspawners set <Yaratık> komudunu kullanın.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_PLAYERS_ONLY = $7Bu komut sadece oyuncular tarafından kullanılabilir.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_ENTITY_NOT_FOUND = $7$c{0}$7 geçerli bir çağırıcı yaratığı değil.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_INSUFFICIENT_ENTITY_PERMISSION = $7Çağırıcıları $c{0}$7''a ayarlamaya iznin yok.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_INVALID_TARGET = $7Değştirmek için çağırıcıya bakıyor olmalısın.
|
|
||||||
COMMAND_SILKSPAWNERS_SET_SUCCESS = $7Çağırıcı başarıyla {0}$7''a dönüştürüldü.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_USAGE = $eLütfen /silkspawners explosion <enable/disable/setting> <Oyuncu> komudunu kullanın.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_PLAYER_NOT_FOUND = $c{0}$7 isimli oyunucu çevrim içi değil.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_ENABLED = {0} $7için çağırıcı patlaması $caktifleştirildi$7.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_DISABLED = {0} $7için çağırıcı patlaması $adevre dışı bırakıldı$7.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_SETTING_ENABLED = {0} $7için çağırıcı patlaması şu an $caktif$7.
|
|
||||||
COMMAND_SILKSPAWNERS_EXPLOSION_SETTING_DISABLED = {0} $7için çağırıcı patlaması şu an $adevre dışı$7.
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_ENTITIES_USAGE = $eLütfen /silkspawners entities komudunu kullanın.
|
|
||||||
COMMAND_SILKSPAWNERS_ENTITIES_MESSAGE = $7Komutlarda ve yetkilerde bu varlıkları kullanabilirsiniz\: {0}
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_USAGE = $eLütfen /silkspawners version komudunu kullanın.
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_INFO = $aŞu an güncelsiniz.$7\nMevcut sürüm\: v{0}
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_UPDATE_AVAILABLE = $eYeni bir güncelleme mevcut\!$7\nMevcut Sürüm\: v{0}\nYeni Sürüm\: v{1}
|
|
||||||
COMMAND_SILKSPAWNERS_VERSION_ERROR = $cGüncellemeleri kontrol etme kapalı. $7\nMevcut Sürüm\: v{0}
|
|
||||||
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_USAGE = $eLütfen /silkspawners locale [setting/reload/update] komudunu kullanın.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_SETTING = $7Şu anda kullanılan eklenti dili {0}. Mevcut eklenti dilleri\: {1}
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_RELOAD_SUCCESSFUL = $7Eklenti dilleri başarıyla yeniden yüklendi.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_RELOAD_ERROR = $cEklenti dilleri yeniden yüklenirken bir hata oluştu.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_UPDATE_WARNING = $eUyarı\!$7 Eklenti dillerini güncellemek $ctüm değişikliklerin üstüne yazacak$7.\n Devam etmek istiyorsanız bu komudu kullanın\: /silkspawners locale update confirm
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_UPDATE_SUCCESSFUL = $7Eklenti dilleri başarıyla güncellendi ve yeniden yüklendi.
|
|
||||||
COMMAND_SILKSPAWNERS_LOCALE_UPDATE_ERROR = $cBir hata oluştu.$7 Hata devam ederse lütfen geliştiriciyle iletişime geçin.
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -1 +1 @@
|
||||||
{"uniqueId":"08944516-039d-4b71-a969-7dafaffd5b39","lastKnownName":"Dummy","value":"ewogICJ0aW1lc3RhbXAiIDogMTczOTAyMjI1OTc3MSwKICAicHJvZmlsZUlkIiA6ICIwODk0NDUxNjAzOWQ0YjcxYTk2OTdkYWZhZmZkNWIzOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJEdW1teSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS82NmQ4OTdhMjRhZGJkMmNkMGE2MzI1ZDFmYjQ1MmMxYmU1OTBjYjcxYWVmMWYyYjZjN2EzMmVlMTRiNGY2YjFlIgogICAgfQogIH0KfQ==","signature":"foi/9W+pLNAbjaawqlpOexKlKMnjAQTs1sV9sQdH6uT3yud+qJEIw9+Jug32dYiQvQHZlSpSb5KRwnC26iQY0Y19dRJjjTFaWaFMyifcQP5a1+vuSO7SP9ntQ9v7+VHGoSBeQjuk3qAPeOtEdiIxGFBmo2ljk46rRUnZeG2ZAEQb1s8qvV6sNvo+DqwntyfWq8lUud0BYa1+3x5Jgx7EbN3Wtyk101qvweHnvmWw7vMxct0kSKKyZkWELYJDETX2iYQEUyrsqIWfXLb3MFTNeOstoCWY+UtuuyNThsfDvn81uV5PfM6l49SD/UypcWS8vagvUwYJe1nkaT3VhQBpH9jHUhszlI1cHBRoBWLBl3RurobnOGW12PV8GvIvFLRirFI9D44eJ1A5on3MjKUyAvHn5KVSAAt2IckfY4tNiRrbDVRgU2PSyMjKB1WOweDscorCAtgwAICn4BV8Q/xephTXDI2tBiwnFSlQ2koKCsX9NbQss1P2taHzZGq4ncIL7YOWT2DZcmufvBvXFYqua+S18H8bLqVx9V6lKb8ykVwLK6JS/ViI2Zk9vTrLlnO9Yt9kB4vwv4MKIJbQpOQTQ4k1ROeITxrbh21X928AaJVdDvs5jPi8MpcOY9Otgm2A/tBDkfFlzKgkD3Dvnf2mCCrf+OPpWMgk830kC+Xj4uQ=","timestamp":1739022260,"dataVersion":1}
|
{"uniqueId":"08944516-039d-4b71-a969-7dafaffd5b39","lastKnownName":"Dummy","value":"ewogICJ0aW1lc3RhbXAiIDogMTczOTAzNDI1MTg3NCwKICAicHJvZmlsZUlkIiA6ICIwODk0NDUxNjAzOWQ0YjcxYTk2OTdkYWZhZmZkNWIzOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJEdW1teSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS82NmQ4OTdhMjRhZGJkMmNkMGE2MzI1ZDFmYjQ1MmMxYmU1OTBjYjcxYWVmMWYyYjZjN2EzMmVlMTRiNGY2YjFlIgogICAgfQogIH0KfQ==","signature":"DJztK2ukenn1xSPyTwYnGI8AR7k+plQ1/OJJLk0GxNxNbsHayfYNZO1G+G+p2tABqXBYeGVreczvSsYWfAg8xMCnQ4esfCq+WzOl1JlWGLCoZjclUmNQrAssjR9ekRbr/xFePRHOPSd8egFLPxoaAmpyVix34nLNIG+cud+5eQffW//06/6QTyoijoBHJkUm35Raxi7IsAHoNYHvLclGTAWXlfaw/Rc3oa+QUCVLh/qWiOhp9Q6qZVmciBpxmWT46GK44YE0/gEoxtHRpxkxipdO3zC2FNOQ2269pguCeqjybdfgdo0Ca8kaGx7bsCtPJrATICz0+PGiHGJKxwgW19Z2gjidJ8dezPlQKkOnfdYQPntYYM7mKMJ7+rvsPBqhrRu8oCDD6LxbXwwDeUmNGUw0/NMx+b2CswdHRZISBMBiI7E8Z/Ro2k9mWmpG6fUVWVUdPVIL5cXcTGl6OP7X7YqWFrAoKiDTxDoXz1rRKSJp9UkJe3XOhsdF19QrsS5EneuDvsJRwc6mn4NGupJAmYszXJBzkTXxZMt2tui/R6Aby6O7G8VCN50fARiFCGsLoEUTArwdDMP/uv1RVdq5aQkflk95HVGtJy6VOvpIKsnw4ATRaAyvOo/WKFcDOuBpTzuMrogEMU1yTKhCDSyOB/bot1BqJJtqUtz4TgzpdkQ=","timestamp":1739034252,"dataVersion":1}
|
||||||
|
|
@ -1 +1 @@
|
||||||
{"uniqueId":"8ff1ff5b-4adb-440b-b76a-58c6046487a7","lastKnownName":"Heroz_0","value":"ewogICJ0aW1lc3RhbXAiIDogMTczOTAyMzY2MzQyMSwKICAicHJvZmlsZUlkIiA6ICI4ZmYxZmY1YjRhZGI0NDBiYjc2YTU4YzYwNDY0ODdhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJIZXJvel8wIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg2Y2NlMWVkYTJjNTcyMjI5Yzc1Njk2YzM1NGJmNzU2NWQwOTA2ZGYyODA4ZjRiZTAwZjhmYmFiZWFlZGI0MTEiCiAgICB9CiAgfQp9","signature":"RdlNWN8Xf6QUTWrenhMseClFnzcHlfyLVqTpkymCLCQc3vdiYLeLDWDLkU1qAZKn3NhQiLMTSTw/tBSevUK3R8EeaQJ6iA4TUGLj96rl4kc6PjntKCdd06t+JAQGLZG/od8yjDRWp6vwAXM0X0j+XJ8P3wcMTtdQ3QEH687+7cAA/Umuzs2vMCJLYESmbv6H33x9Lyd2ywPuVgBrHLQyR14ZHdAl6aNDM5wqtrQmeWTh72tF4kOcTMZo36uVKl9UE/jooH4Wl8TIHUH5L6TyNvnLUsF5XQKYu4nzYxAJKO4TH9Wi+P9NRiP/6q7uerPsq/w6t69rcpzGW9XtQwQTMjNwcBhRvhh+fLW/YQhWIrw/ke7th15nYKtNvRoawifX79UCQTEW82M3VGihmWHADK1dPNAiqv4sXje8Vxg2paw8GR1OXD1YPb0PnEettb0WRB0LnroQLRyZP+41uK9gaTOTThJTwvHynPh8kX9PCMbx0+cGIksuNLqkWSYjDdLaspueRwmoZV6VWWMPvy0ez2IuAWXLDyO6ZrCVp0tEs4abaxdVMDrTmdZ7u0d3kOZedK4x2b9NXeudLzEIWHNKD023AeiCDc4ELj9Yqx/R+c01npnx6pCSkflUQ8SUYVT59IjBAQ40FDGyG/gZj7Jq0YAHkPHkIALBSKUaRIxoswc=","timestamp":1739023664,"dataVersion":1}
|
{"uniqueId":"8ff1ff5b-4adb-440b-b76a-58c6046487a7","lastKnownName":"Heroz_0","value":"ewogICJ0aW1lc3RhbXAiIDogMTczOTAzMzk0NDU3OCwKICAicHJvZmlsZUlkIiA6ICI4ZmYxZmY1YjRhZGI0NDBiYjc2YTU4YzYwNDY0ODdhNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJIZXJvel8wIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg2Y2NlMWVkYTJjNTcyMjI5Yzc1Njk2YzM1NGJmNzU2NWQwOTA2ZGYyODA4ZjRiZTAwZjhmYmFiZWFlZGI0MTEiCiAgICB9CiAgfQp9","signature":"NxbRIJgLJgueRVXi1FMk6428LrWb+0tAbFQT+6aOfuD4n/TWLCHQDfuT/YW+Xyg7+mBpWBAp0lgrcYNxvnp9petXuqUsMI8nhEOSo69U+zXRt8AdjTitiF07m6SNgGpYmSa54zY8mek9UKpiTAMy3rgzPlWidU6naMu8htNBUP39hnUjaIKr3/33XggnSiH+hXh882/KgE2H5sOR76VplZUYqjwioAIbzZaK1rw7cWeqW6RNmcYQ5EGEu/Fho9D31bACzbNw/4Ht+BPx7ABHnRoUPxOXVWOWxuQtZxXdLXX6lvi9aXCwhKodPegE73Y/kPSMsM47jrnYgkuxUpHJNSHvpTWsbRiSqvI20J1wcn38xtuH+Fy1UIXf7ZJLdeN5o6EWuq1ajETVyFhHg2PYKgI0eXYZPqTupmwIw5V19ryqRhvx9aBqR6Sitc0FOBnHml2JmMch7b5h3KAiaJCiG5Hvk3FnXao9jx/QX+oiKyfPoKpoKUcQcoknqIES6lcHaN4OAvOplyA1Xj3AFlOw8lRUCWFNf4gZrFbhClJTZCFjnDdFfLVKgAI83kMiX7M50EKRPCUq6+QoX8f9YAt4Aggu+ejFf7mNKbJ4lj8Q9yvPWAOQGt/2khb2mJzQjGM5K3dWuT0zBPg4piSGLum+j/GUNrJJ8U4ygxY+IjXwyuE=","timestamp":1739033944,"dataVersion":1}
|
||||||
File diff suppressed because it is too large
Load diff
BIN
plugins/VaultChatFormatter.jar
Normal file
BIN
plugins/VaultChatFormatter.jar
Normal file
Binary file not shown.
18
plugins/VaultChatFormatter/config.yml
Normal file
18
plugins/VaultChatFormatter/config.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
# VaultChatFormatter Configuration
|
||||||
|
#
|
||||||
|
# To reload this configuration file, run `/vaultchatformatter reload`.
|
||||||
|
# (and make sure you have the 'vaultchatformatter.reload' permission)
|
||||||
|
|
||||||
|
# The chat format.
|
||||||
|
#
|
||||||
|
# The following placeholders can be used in the format, and will be replaced
|
||||||
|
# by their corresponding value when the format is applied.
|
||||||
|
#
|
||||||
|
# {prefix} ==> the players prefix
|
||||||
|
# {suffix} ==> the players suffix
|
||||||
|
# {name} ==> the players name
|
||||||
|
# {displayname} ==> the players displayname
|
||||||
|
# {message} ==> the message being sent by the player
|
||||||
|
#
|
||||||
|
# Standard Minecraft color codes can be used in the format.
|
||||||
|
format: "{prefix} {name}: {message}"
|
||||||
Binary file not shown.
Binary file not shown.
|
|
@ -1,5 +1,5 @@
|
||||||
#Minecraft server properties
|
#Minecraft server properties
|
||||||
#Sat Feb 08 15:09:19 CET 2025
|
#Sat Feb 08 18:02:26 CET 2025
|
||||||
accepts-transfers=false
|
accepts-transfers=false
|
||||||
allow-flight=false
|
allow-flight=false
|
||||||
allow-nether=true
|
allow-nether=true
|
||||||
|
|
@ -41,7 +41,7 @@ prevent-proxy-connections=false
|
||||||
pvp=true
|
pvp=true
|
||||||
query.port=25565
|
query.port=25565
|
||||||
rate-limit=0
|
rate-limit=0
|
||||||
rcon.password=577023203644f1a8657beb5f
|
rcon.password=8e83cbfddd28b00318d48687
|
||||||
rcon.port=25575
|
rcon.port=25575
|
||||||
region-file-compression=deflate
|
region-file-compression=deflate
|
||||||
require-resource-pack=false
|
require-resource-pack=false
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
[{"name":"Heroz_0","uuid":"4d8655f4-fc7e-33c0-b8b8-eda1e95970d5","expiresOn":"2025-03-08 15:09:47 +0100"},{"name":"Dummy","uuid":"70cf44af-0b76-36a1-a833-60d1d1be1935","expiresOn":"2025-03-08 14:44:21 +0100"},{"name":"Eroxen","uuid":"5a44563d-63d5-3904-9424-89bde9c972b4","expiresOn":"2025-03-07 23:21:26 +0100"},{"name":"H","uuid":"1cccf398-dbde-397b-a5dc-d86b8efc6b83","expiresOn":"2025-03-03 22:36:34 +0100"}]
|
[{"name":"Dummy","uuid":"70cf44af-0b76-36a1-a833-60d1d1be1935","expiresOn":"2025-03-08 18:10:10 +0100"},{"name":"Heroz_0","uuid":"4d8655f4-fc7e-33c0-b8b8-eda1e95970d5","expiresOn":"2025-03-08 18:09:55 +0100"},{"name":"Eroxen","uuid":"5a44563d-63d5-3904-9424-89bde9c972b4","expiresOn":"2025-03-07 23:21:26 +0100"},{"name":"H","uuid":"1cccf398-dbde-397b-a5dc-d86b8efc6b83","expiresOn":"2025-03-03 22:36:34 +0100"}]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue