Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Problem/Pytanie] WorldGuard i grupy


Cad0s

Rekomendowane odpowiedzi

Opublikowano

Witam mam dla was problem i pytanie

Chciałbym aby Ranga Vip moga wylewać wodę i ona by się rozlewała

Lecz jakoś siedzie przy tym i mi to nie wychodzi vip może położyć wodę lecz ona zmika po kilku sek

Oto COnfing

http://wklej.to/BHUBp

 

#

# WorldGuard's main configuration file

#

# This is the global configuration file. Anything placed into here will

# be applied to all worlds. However, each world has its own configuration

# file to allow you to replace most settings in here for that world only.

#

# About editing this file:

# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If

# you use an editor like Notepad++ (recommended for Windows users), you

# must configure it to "replace tabs with spaces." In Notepad++, this can

# be changed in Settings > Preferences > Language Menu.

# - Don't get rid of the indents. They are indented so some entries are

# in categories (like "enforce-single-session" is in the "protection"

# category.

# - If you want to check the format of this file before putting it

# into WorldGuard, paste it into http://yaml-online-parser.appspot.com/

# and see if it gives "ERROR:".

# - Lines starting with # are comments and so they are ignored.

#

protection:

enforce-single-session: true

item-durability: true

remove-infinite-stacks: false

disable-xp-orb-drops: false

disable-obsidian-generators: false

chest-protection:

enable: false

physics:

allow-portal-anywhere: false

no-physics-sand: false

no-physics-gravel: false

disable-water-damage-blocks: []

ignition:

block-tnt-block-damage: true

block-tnt: true

block-lighter: true

regions:

max-region-count-per-player: 7

claim-only-inside-existing-regions: false

invincibility-removes-mobs: false

max-claim-volume: 30000

high-frequency-flags: false

enable: true

use-scheduler: true

wand: 287

simulation:

sponge:

redstone: false

enable: true

radius: 3

fire:

disable-lava-fire-spread: true

lava-spread-blocks: []

disable-fire-spread-blocks: []

disable-all-fire-spread: true

suppress-tick-sync-warnings: false

default:

disable-health-regain: false

pumpkin-scuba: false

mobs:

anti-wolf-dumbness: false

block-creature-spawn: []

block-fireball-explosions: false

block-fireball-block-damage: true

block-creeper-block-damage: false

disable-enderman-griefing: false

block-creeper-explosions: true

dynamics:

disable-grass-growth: false

disable-ice-melting: false

disable-snow-formation: false

disable-mushroom-spread: false

disable-snow-melting: false

disable-leaf-decay: false

disable-ice-formation: false

blacklist:

use-as-whitelist: false

logging:

console:

enable: true

file:

path: worldguard/logs/%Y-%m-%d.log

enable: false

open-files: 10

database:

dsn: jdbc:mysql://localhost:3306/minecraft

enable: false

table: blacklist_events

user: root

pass: ''

summary-on-start: true

weather:

always-raining: false

disable-powered-creepers: false

disable-weather: true

disable-lightning-strike-fire: false

always-thundering: false

prevent-lightning-strike-blocks: []

disable-thunderstorm: false

disable-pig-zombification: false

crops:

disable-creature-trampling: false

disable-player-trampling: false

use-player-move-event: true

op-permissions: true

player-damage:

teleport-on-void-falling: false

disable-drowning-damage: false

disable-void-damage: false

disable-fire-damage: false

disable-lava-damage: false

teleport-on-suffocation: false

disable-death-messages: false

disable-mob-damage: false

disable-fall-damage: false

disable-explosion-damage: false

disable-suffocation-damage: false

disable-contact-damage: false

disable-lightning-damage: false

auto-invincible-permission: false

 

 

 

 

 

A to blacklist.txt

http://wklej.to/76XkX

 

 

#

# This is the blacklist for WorldGuard. The blacklist allows you to perform

# actions depending on an item or block ID. Comments start with # and they

# are ignored so you can put your own notes.

#

# --------------------------------------------------------------------------

#

# WARNING:

# Remember to check the compatibility spreadsheet for WorldGuard to see

# if any events or actions are currently broken in your version of Bukkit.

#

# --------------------------------------------------------------------------

#

# Format:

# [item1,item2]

# option1=options

# event1=whatToDo1,whatToDo2,whatToDo3

# event2=whatToDo1,whatToDo2

#

# Example to block some ore mining and placement:

# [coalore,goldore,ironore]

# on-break=deny,log,kick

# on-place=deny,tell

#

# Options:

# - ignore-groups (comma-separated list of groups to not affect)

# - comment (message for yourself that is printed with 'log' and 'notify')

# - message (optional message to show the user instead; %s is the item name)

#

# Events:

# - 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)

#

# Actions (for events):

# - deny (deny completely, used blacklist mode)

# - allow (used in whitelist mode)

# - notify (notify admins)

# - log (log to console/file/database)

# - tell (tell a player that that's not allowed)

# - kick (kick player)

# - ban (ban player)

#

# Users with the /worldguardnotify permission will receive notifications.

#

# -------------

#

# You can have the same block or item used in two different sections and

# they will both apply:

#

# [goldblock]

# ignore-groups=vip

# on-break=deny

# [goldblock]

# ignore-groups=admins

# on-break=tell

#

# However, some events override others. For example, if you disable both

# usage of the diamond pickaxe (with the on-destroy-with event) and

# destruction of gold blocks (with the on-break event) and a player tries

# to destroy a gold block with a diamond pickaxe, because the

# on-destroy-with event comes first, the rules for the gold block

# will not be applied (but the player will be denied nevertheless).

#

# --------------------------------------------------------------------------

#

# Some examples follow.

#

# REMEMBER: If a line has # in front, it will be ignored.

#

# --------------------------------------------------------------------------

# Deny lava buckets

#[lavabucket]

#ignore-groups=admins,mods

#on-use=deny,tell

# Deny some ore

#[coalore,goldore,ironore]

#ignore-groups=admins,mods

#on-break=notify,deny,log

# Bez TNT!

[tnt]

ignore-groups=Head

on-place=kick

on-break=deny,tell

on-destroy=deny,tell

# Wiadro lawy !

[lavabucket]

ignore-groups=Head,GlobalAdmin,Administrator,Mod

on-use=deny,tell

[water]

on-use=deny

Ignore-groups=Head

# wiadro wody

[waterbucket]

ignore-groups=Head,GlobalAdmin,Administrator,GlobalMod,KidMod,Vip

on-use=deny,tell

# zapalniczka

[FlintandSteel]

ignore-groups=Head,GlobalAdmin,Administrator,GlobalMod,Mod

on-use=deny,tell

 

 

Proszę o pomoc

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...