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

[PORADNIK] BLOKADA EE2 NA SERWERZE


MultiGamer

Rekomendowane odpowiedzi

Opublikowano

Otóż ostatnio miałem problemy ( i nie tylko ja) z zablokowaniem niszczenia cuboidów na serwerach z ee2. Gdy tylko udało mi się zablokować postanowiłem że się podzielę tym sposobem.

 

Tak więc wchodzimy w "/plugins/WorldGuard" otwieramy config i szukamy

blacklist:
   use-as-whitelist: false
   logging:
    console:
	    enable: true
    database:
	    enable: false
	    dsn: jdbc:mysql://localhost:3306/minecraft
	    user: root
	    pass: ''
	    table: blacklist_events
    file:
	    enable: false
	    path: worldguard/logs/%Y-%m-%d.log
	    open-files: 10
summary-on-start: true

 

use-as-whitelist: false zamień na true

 

i w lokalizacji "/plugins/WorldGuard/worlds/Nasz Świat" otwieramy blacklist.txt wklejamy ten kod:

 

#
# 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:
# [coalore,goldore,ironore]
# 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)
#
# 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:
# http://wiki.sk89q.co...Guard/Blacklist
#
###############################################################################
#
# Some examples follow.
# REMEMBER: If a line has # in front, it will be ignored.
#

# Deny lava buckets
#[lavabucket]
#ignore-perms=my.own.madeup.permission
#ignore-groups=admins,mods
#on-use=deny,tell

# Deny some ore
#[coalore,goldore,ironore]
#ignore-groups=admins,mods
#on-break=notify,deny,log

#Blokowane itemy
[27584:1]
ignore-groups=admin
on-use-with-kick,deny

[27584:2]
ignore-groups=admin
on-use-with-kick,deny

[27584:3]
ignore-groups=admin
on-use-with-kick,deny

[27584:4]
ignore-groups=admin
on-use-with-kick,deny

[27584:5]
ignore-groups=admin
on-use-with-kick,deny

[27584:6]
ignore-groups=admin
on-use-with-kick,deny

[27574]
ignore-groups=admin
on-use-with-kick,deny

[27574:1]
ignore-groups=admin
on-use-with-kick,deny

[27584:7]
ignore-groups=admin
on-use-with-kick,deny

[27543]
ignore-groups=admin
on-use-with-kick,deny

[27544]
ignore-groups=admin
on-use-with-kick,deny

[27545]
ignore-groups=admin
on-use-with-kick,deny

[27546]
ignore-groups=admin
on-use-with-kick,deny

[27547]
ignore-groups=admin
on-use-with-kick,deny

[27548]
ignore-groups=admin
on-use-with-kick,deny

[27564]
ignore-groups=admin
on-use-with-kick,deny

[27565]
ignore-groups=admin
on-use-with-kick,deny

[27566]
ignore-groups=admin
on-use-with-kick,deny

[27567]
ignore-groups=admin
on-use-with-kick,deny

[27568]
ignore-groups=admin
on-use-with-kick,deny

[27569]
ignore-groups=admin
on-use-with-kick,deny

[27570]
ignore-groups=admin
on-use-with-kick,deny

[27572]
ignore-groups=admin
on-use-with-kick,deny

[27573]
ignore-groups=admin
on-use-with-kick,deny

[27555]
ignore-groups=admin
on-use-with-kick,deny

[175:10]
ignore-groups=admin
on-use-with-kick,deny

[175:11]
ignore-groups=admin
on-use-with-kick,deny

[27529:1]
ignore-groups=admin
on-use-with-kick,deny

[27530]
ignore-groups=admin
on-use-with-kick,deny

[27531]
ignore-groups=admin
on-use-with-kick,deny

[27532]
ignore-groups=admin
on-use-with-kick,deny

[27532:1]
ignore-groups=admin
on-use-with-kick,deny

[27533]
ignore-groups=admin
on-use-with-kick,deny

[27530]
ignore-groups=admin
on-use-with-kick,deny

 

 

Mam nadzieje że pomogłem.

Opublikowano

I jak to ustawić aby Vip mógł używać eq z EE2 ( np. red mater miecz ) a gracz nie ? Mógłbym prosić o permissons dokładne ? Dam like

Zarchiwizowany

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

×
×
  • Dodaj nową pozycję...