Stránka 1 z 2

Pluginy

Napsal: 15 srp 2012, 12:39
od Naikoon
Server: 93.91.240.128:37963

Zdravim na svojom servery mam plugin lockette a ja ako admin neviem otvorit niekomu truhlicku ked tam ma cedulku, viem tu cedulku iba znicit, dokaze niekto poradit ?
A potreboval by som este plugin aby som mohol nastavit niekoho adminom ale aby nemal take prava ako OP ale o nieco mensie+ plugin pred menom mat napisane Admin alebo reshelp a podobne.
Dakujem...

Re: Pluginy

Napsal: 15 srp 2012, 12:42
od King_of_KeKs
Config lockette by nebol ? Máš najnovšiu verziu lockette ? Používaš nejaký permissions plugin ?
Pomocou pluginu PermissionsEx môžeš dať niekomu prefix(to čo má pred menom) a suffix(štýl písma), ale permissionsEx je hlavne nato aby si mohol hráčom dávať ako už z názvu plynie permissions čiže povolenia na rôzne commandy(príkazy). Odkaz na stiahnutie nájdeš TU.

Re: Pluginy

Napsal: 15 srp 2012, 12:47
od Naikoon
Spoiler: zobrazit
enable-messages-user: true
enable-messages-owner: false
enable-messages-admin: true
enable-messages-error: true
enable-messages-help: true
explosion-protection-all: false
enable-chest-rotation: false
enable-permissions: false
enable-protection-doors: true
enable-protection-trapdoors: true
allow-admin-snoop: false
allow-admin-bypass: true
allow-admin-break: true
enable-quick-protect: true
enable-color-tags: true
default-door-timer: 0
custom-lockable-block-list:
- 116
- 84
- 57
linked-plugin-ignore-list:
- mcMMO
broadcast-snoop-target: '[Everyone]'
broadcast-break-target: '[Everyone]'
broadcast-reload-target: '[Operators]'
strings-file-name: strings-en.yml

Re: Pluginy

Napsal: 15 srp 2012, 12:53
od nejento
allow-admin-snoop: false nastav na true.

Re: Pluginy

Napsal: 15 srp 2012, 13:25
od Naikoon
Ok dakujem uz mi to funguje, este by niekto nevedel pomoct s pluginom HomeSpawnPlus, je to plugin na /sethome /home /spawn akurat ze ide to iba mne ako adminovy a hracom to nejde (you dont have permissions) neviem ako to nastavit tu je config :
Spoiler: zobrazit
# While the comments in here try to be helpful, the most up-to-date
# documentation for these options can always be found on the web at:
#
# 'http://dev.bukkit.org/server-mods/homespawnplus/pages/config-params'
#
# This is the simplified "basic" configuration. See the
# "config_defaults.yml" file for full options listing.

core:
# EBEANS - Use SqlLite or MySQL, as defined by bukkit.yml
# YAML - Use yaml storage files
storage: EBEANS

# set to true to enable players setting their homes by clicking beds.
# they must also have the 'hsp.home.bedsethome' permission.
bedsethome: true

# locales available: en, de, fr, nl, ru, pt
locale: en

verboseLogging: false
verboseStrategyLogging: false

# HSP warnings which help you find possible errors in your config.
# Leave on unless you're getting warnings in your server.log that
# you know you want to disable & ignore.
warnConflicts: true
warnNullStrategy: true
warnLocationChange: true

# Web doc reference for event strategies:
# http://dev.bukkit.org/server-mods/homes ... ategy-doc/
#
events:
# strategies to use when player is joining the game
onJoin:
- spawnNewPlayer
- default

# strategies to use when player is respawning after a death
onDeath:
- homeMultiWorld
- spawnLocalWorld

# strategies to use when player types "/spawn"
onSpawnCommand:
- spawnLocalWorld
- spawnDefaultWorld

# strategies to use when player types "/groupspawn"
onGroupSpawnCommand:
- spawnGroup

# strategies to use when player types "/home"
onHomeCommand:
- homeMultiWorld

# cooldowns for various commands can be defined here
# A cooldown of 0 is no cooldown at all.
cooldown:
home: 60
spawn: 60
groupspawn: 60

warmup:
# globally enable or disable warmups.
enabled: false

# set to true if movement should cancel a warmup
onMoveCancel: false

# set to true if receiving damage should cancel a warmup
onDamageCancel: false

# individual command warmup timers
home: 5
spawn: 5
groupspawn: 5

# Define limits on number of homes (-1 = unlimited)
homeLimits:
# If true, players can only have a single global home (set
# either by /sethome or a bed)
singleGlobalHome: false

default:
perWorld: 1
global: -1

# If you have Vault installed, HSP can use that to charge prices for
# commands using whatever economy plugin you happen to have installed.
# Costs will not work if you do not have Vault installed.
#
# http://dev.bukkit.org/server-mods/vault/
cost:
# if verbose is true, the player will get a message stating that their
# account has been charged whenever they use a command with a cost.
verbose: true

home: 0
sethome: 0
spawn: 0
groupspawn: 0

# If you want to use home invites, please read documentation:
# http://goo.gl/sc6oa
homeInvite:
timeout: 30
useHomeCooldown: true
useHomeWarmup: true

Dakujem...

Re: Pluginy

Napsal: 15 srp 2012, 13:27
od nejento
Přiřaď jim permissiony.

Re: Pluginy

Napsal: 15 srp 2012, 13:44
od Naikoon
do permissions som to napisal takto a nefunguje to :(
Spoiler: zobrazit
groups:
default:
default: true
permissions:
- modifyworld.*
- homespawnplus.spawn
- homespawnplus.sethome
- homespawnplus.home

Re: Pluginy

Napsal: 15 srp 2012, 13:45
od Sejsel
Dej to do Code, když je to takhle malé tak to ve spoileru být nemusí. Každopádně tím, že to v code není to ztratilo formátování a nezjistíme, kde je chyba.

Re: Pluginy

Napsal: 15 srp 2012, 13:46
od Naikoon

Kód: Vybrat vše

groups:
  default:
    default: true
    permissions:
    - modifyworld.*
   - homespawnplus.spawn
   - homespawnplus.sethome
   - homespawnplus.home

Re: Pluginy

Napsal: 15 srp 2012, 13:48
od nejento
Tohle je celé? Nic víc tam nemáš?