Stránka 1 z 2

Zistovač itemov

Napsal: 21 črc 2014, 20:03
od BlueSk159
Server: 93.91.250.101:27998

Čaute dneska by som potreboval od vás pomoc a to niečo nejaky plugin ktorý by zistoval či má hráč u seba nejake veci napr vycraftim tnt a aby to hned zistilo.. a keď to zisti že to má u seba tak mi to vymaze !

Re: Zistovač itemov

Napsal: 21 črc 2014, 20:04
od OneTime97
AntiTNT: Kickne hráče když TNT položí.
Creativecontol: Nemůže vybrat z creativu vybrané předměty.

Re: Zistovač itemov

Napsal: 21 črc 2014, 20:30
od BlueSk159
Hráči maju survival ide o to že to je namodovany MC a tám su veci s ktorými sa dá ničiť spawn atď.. chápeš?

Re: Zistovač itemov

Napsal: 21 črc 2014, 20:34
od OneTime97
Jasně, chápu, ale bohužel, takový plugin neznám.

Re: Zistovač itemov

Napsal: 21 črc 2014, 20:39
od BlueSk159
Určite niečo také existuje

Re: Zistovač itemov

Napsal: 21 črc 2014, 20:40
od OneTime97
Netvrdím že ne, ale žádný takový neznám. Počkej jestli odpoví ostatní uživatelé, třeba ti pomohou.

Re: Zistovač itemov

Napsal: 21 črc 2014, 21:21
od nejento
Na zabanování toho předmětu můžeš použít tohle: http://dev.bukkit.org/bukkit-plugins/banitem/ nebo blacklist WorldGuardu. Ten by měl umět tě upozornit / smazat apod. při nějakých akcích, získání do inventáře apod.

Re: Zistovač itemov

Napsal: 21 črc 2014, 21:24
od BlueSk159
nejento a kam to mám dať do configu worldguardu?

Dal by si mi cestu alebo dal config.. (neviem aká je to zložka)

Re: Zistovač itemov

Napsal: 21 črc 2014, 21:29
od nejento
plugins/WorldGuard/<jméno světa>/blacklist.txt
Je tam i zakomentovaný návod, takže pokud to můžeš zkusit podle toho.

Re: Zistovač itemov

Napsal: 21 črc 2014, 21:39
od BlueSk159
vôbec tomu nechápem ukazal by si mi príkôad dajme tomu ID 90 a aby mu to vymazalo z INV

-- 21 Jul 2014, 20:40 --

Spoiler: zobrazit
#
# 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.com/wiki/WorldGuard/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


-- 21 Jul 2014, 21:38 --

Okay mam to ale keď to dám takto

Spoiler: zobrazit
[4985,4986,4989,4991,205,206,207,208,483,4149,4369,4370,4371,4679,4683,4678,5008,4482]
on-acquire=deny,tell,kick
on-drop=deny,tell,kick
on-interact=deny,tell,kick


Tak to nejde.. nechápem prečo