1
0
Fork 0

Initial commit

This commit is contained in:
Vojtěch Mareš 2023-09-26 21:51:39 +00:00
commit 30f633c7ff
1281 changed files with 265821 additions and 0 deletions

View file

@ -0,0 +1,62 @@
#
# WorldGuard blacklist
#
# The blacklist lets you block actions, blocks, and items from being used.
# You choose a set of "items to affect" and a list of "actions to perform."
#
###############################################################################
#
# Example to block some ore mining and placement:
# [coal_ore,gold_ore,iron_ore]
# on-break=deny,log,kick
# on-place=deny,tell
#
# Events that you can detect:
# - on-break (when a block of this type is about to be broken)
# - on-destroy-with (the item/block held by the user while destroying)
# - on-place (a block is being placed)
# - on-use (an item like flint and steel or a bucket is being used)
# - on-interact (when a block in used (doors, chests, etc.))
# - on-drop (an item is being dropped from the player's inventory)
# - on-acquire (an item enters a player's inventory via some method)
# - on-equip (an item is equipped to the player's armor slots)
# NOTE: on-equip is overprotective due to deficiencies in Bukkit API
# - on-dispense (a dispenser is about to dispense an item)
#
# Actions (for events):
# - deny (deny completely, used blacklist mode)
# - allow (used in whitelist mode)
# - notify (notify admins with the 'worldguard.notify' permission)
# - log (log to console/file/database)
# - tell (tell a player that that's not allowed)
# - kick (kick player)
# - ban (ban player)
#
# Options:
# - ignore-groups (comma-separated list of groups to not affect)
# - ignore-perms (comma-separated list of permissions to not affect - make up
# your very own permissions!)
# - comment (message for yourself that is printed with 'log' and 'notify')
# - message (optional message to show the user instead; %s is the item name)
#
###############################################################################
#
# For more information, see:
# https://worldguard.enginehub.org/en/latest/blacklist/
#
###############################################################################
#
# Some examples follow.
# REMEMBER: If a line has # in front, it will be ignored.
#
# Deny lava buckets
#[lava_bucket]
#ignore-perms=my.own.madeup.permission
#ignore-groups=admins,mods
#on-use=deny,tell
# Deny some ore
#[coal_ore,gold_ore,iron_ore]
#ignore-groups=admins,mods
#on-break=notify,deny,log

View file

@ -0,0 +1,13 @@
#
# WorldGuard's world configuration file
#
# This is a world configuration file. Anything placed into here will only
# affect this world. If you don't put anything in this file, then the
# settings will be inherited from the main configuration file.
#
# If you see {} below, that means that there are NO entries in this file.
# Remove the {} and add your own entries.
#
regions:
titles-always-use-default-times: true

View file

@ -0,0 +1,36 @@
#
# WorldGuard regions file
#
# WARNING: THIS FILE IS AUTOMATICALLY GENERATED. If you modify this file by
# hand, be aware that A SINGLE MISTYPED CHARACTER CAN CORRUPT THE FILE. If
# WorldGuard is unable to parse the file, your regions will FAIL TO LOAD and
# the contents of this file will reset. Please use a YAML validator such as
# http://yaml-online-parser.appspot.com (for smaller files).
#
# REMEMBER TO KEEP PERIODICAL BACKUPS.
#
regions:
spawn:
min: {x: 51, y: 43, z: -212}
max: {x: 87, y: 107, z: -154}
members: {}
flags: {other-explosion: deny, lava-fire: deny, water-flow: deny, invincible: allow,
use: deny, leaf-decay: deny, snow-fall: deny, firework-damage: deny, coral-fade: deny,
mob-damage: deny, ravager-grief: deny, mushroom-growth: deny, use-anvil: deny,
respawn-anchors: deny, lightning: deny, wither-damage: deny, ice-form: deny,
chorus-fruit-teleport: deny, enderman-grief: deny, pvp: deny, mob-spawning: deny,
crop-growth: deny, natural-hunger-drain: deny, exit: deny, exit-override: false,
entry: allow, send-chat: allow, creeper-explosion: deny, vine-growth: deny,
damage-animals: deny, snow-melt: deny, receive-chat: allow, tnt: deny,
exit-via-teleport: deny, entity-item-frame-destroy: deny, ghast-fireball: deny,
natural-health-regen: deny, frosted-ice-form: deny, mycelium-spread: deny,
ice-melt: deny, block-trampling: deny, interact: deny, vehicle-destroy: deny,
chest-access: deny, ride: deny, fire-spread: deny, enderdragon-block-damage: deny,
sleep: deny, vehicle-place: deny, snowman-trails: deny, block-break: deny,
entity-painting-destroy: deny, lighter: deny, pistons: allow, block-place: deny,
enderpearl: deny, item-drop: deny, soil-dry: deny, exp-drops: deny, fall-damage: deny,
item-pickup: deny, item-frame-rotation: deny, potion-splash: deny, frosted-ice-melt: deny,
lava-flow: deny, grass-growth: deny}
owners: {}
type: cuboid
priority: 0