forked from kaboomserver/server
Sync files
This commit is contained in:
parent
7a335982b5
commit
2eac6b0734
9 changed files with 102 additions and 3 deletions
|
@ -6,11 +6,14 @@ op:
|
|||
essentials.invsee.preventmodify: false
|
||||
essentials.jail.exempt: false
|
||||
essentials.joinfullserver: false
|
||||
essentials.keepinv: false
|
||||
essentials.keepxp: false
|
||||
essentials.kick.exempt: false
|
||||
essentials.kill.exempt: false
|
||||
essentials.list.hidden: false
|
||||
essentials.mute.exempt: false
|
||||
essentials.near.maxexempt: false
|
||||
essentials.pvpdelay.exempt: false
|
||||
essentials.sudo.exempt: false
|
||||
essentials.tempban.exempt: false
|
||||
essentials.vanish.effect: false
|
||||
|
|
Binary file not shown.
|
@ -564,6 +564,10 @@ allow-world-in-broadcastworld: true
|
|||
# You should only change this to false if you use Minecraft China.
|
||||
safe-usermap-names: true
|
||||
|
||||
# Should Essentials output logs when a command block executes a command?
|
||||
# Example: CommandBlock at <x>,<y>,<z> issued server command: /<command>
|
||||
log-command-block-commands: false
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
# | EssentialsHome | #
|
||||
|
@ -598,6 +602,9 @@ sethome-multiple:
|
|||
# change the compass' direction to point towards their first home.
|
||||
compass-towards-home-perm: false
|
||||
|
||||
# Set the maximum speed for projectiles spawned with /fireball.
|
||||
max-projectile-speed: 8
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
# | EssentialsEco | #
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -20,11 +20,11 @@ limits:
|
|||
max-blocks-changed:
|
||||
# Ignored, use FAWE config limits
|
||||
default: -1
|
||||
maximum: -1
|
||||
maximum: 2000000
|
||||
max-polygonal-points:
|
||||
default: -1
|
||||
maximum: 20
|
||||
max-radius: 100
|
||||
max-radius: 75
|
||||
max-super-pickaxe-size: 5
|
||||
max-brush-radius: 10
|
||||
butcher-radius:
|
||||
|
|
|
@ -249,7 +249,7 @@ limits:
|
|||
# Max actions that can be run concurrently (i.e. commands)
|
||||
max-actions: 1
|
||||
# Max number of block changes (e.g. by `//set stone`).
|
||||
max-changes: 1000000
|
||||
max-changes: 2000000
|
||||
# Max number of blocks checked (e.g. `//count stone` which doesn't change blocks)
|
||||
max-checks: 1000000
|
||||
# Number of times a change can fail (e.g. if the player can't access that region)
|
||||
|
|
BIN
plugins/Herobrine.jar.old
Normal file
BIN
plugins/Herobrine.jar.old
Normal file
Binary file not shown.
89
plugins/Herobrine/config.yml
Normal file
89
plugins/Herobrine/config.yml
Normal file
|
@ -0,0 +1,89 @@
|
|||
config:
|
||||
ShowInterval: 144000
|
||||
ShowDonateMsgToOp: false
|
||||
ShowRate: 2
|
||||
HitPlayer: true
|
||||
SendMessages: true
|
||||
Lightning: true
|
||||
DestroyTorches: true
|
||||
DestroyTorchesRadius: 5
|
||||
Worlds:
|
||||
- world
|
||||
- world_nether
|
||||
- world_the_end
|
||||
TotemExplodes: true
|
||||
OnlyWalkingMode: false
|
||||
BuildStuff: true
|
||||
PlaceSigns: true
|
||||
UseTotem: true
|
||||
WriteBooks: true
|
||||
Killable: false
|
||||
UsePotionEffects: true
|
||||
CaveChance: 40
|
||||
BookChance: 5
|
||||
SignChance: 5
|
||||
DeathMessage: You cannot kill me!
|
||||
Messages:
|
||||
- Even Notch can't save you now!
|
||||
- Fear me!
|
||||
- Welcome to my world!
|
||||
- I am your death!
|
||||
- Grave awaits you!
|
||||
SignMessages:
|
||||
- I'm watching.
|
||||
- Death...
|
||||
- Eyes in dark...
|
||||
BookMessages:
|
||||
- White eyes in dark...
|
||||
- '... was last what I saw ...'
|
||||
- '... before i was dead.'
|
||||
Drops:
|
||||
'264':
|
||||
count: 1
|
||||
chance: 20
|
||||
BuildPyramids: false
|
||||
BuildPyramidOnChunkPercentage: 5
|
||||
UseGraveyardWorld: true
|
||||
BuryPlayers: true
|
||||
SpawnWolves: true
|
||||
SpawnBats: true
|
||||
WalkingModeRadius:
|
||||
X: 1000
|
||||
Z: 1000
|
||||
BuildInterval: 72000
|
||||
BuildTemples: true
|
||||
BuildTempleOnChunkPercentage: 5
|
||||
UseArtifacts:
|
||||
Bow: true
|
||||
Sword: true
|
||||
Apple: true
|
||||
HerobrineHP: 300
|
||||
AttackCreative: true
|
||||
AttackOP: true
|
||||
SecuredArea:
|
||||
Build: true
|
||||
Attack: true
|
||||
Haunt: true
|
||||
Signs: true
|
||||
Books: true
|
||||
UseHeads: true
|
||||
UseAncientSword: true
|
||||
UseNPC:
|
||||
Guardian: false
|
||||
Warrior: false
|
||||
Demon: false
|
||||
ItemInHand: '0'
|
||||
Explosions: true
|
||||
Burn: true
|
||||
Curse: true
|
||||
Limit:
|
||||
Books: 5
|
||||
Signs: 5
|
||||
Heads: 5
|
||||
UseIgnorePermission: false
|
||||
Name: Herobrine
|
||||
HerobrineWorldName: world_herobrine
|
||||
HerobrineUUID: f84c6a79-0a4e-45e0-879b-cd49ebd4c4e2
|
||||
UseHauntSound: true
|
||||
ShowInTabList: false
|
||||
CheckForUpdates: false
|
Loading…
Reference in a new issue