Stránka 1 z 3

Hledám plugin

Napsal: 09 úno 2014, 16:52
od Gam3R
93.91.240.156:27534


Cs all mám tu problém.Na serveru mi každý píše jestli by nemohl být OP Admin atd.. Nevíte o nějakém pluginu který když by napsal třeba: Mohl bych být prosím OP/admin že by mu to hodilo třeba zprávu že nové adminy nebereme?

Re: Hledám plugin

Napsal: 09 úno 2014, 16:56
od BigwebSvK
Možno MyCommand

Re: Hledám plugin

Napsal: 09 úno 2014, 17:01
od Gam3R
V tom nevím jak se to nastavuje potřebuji plugin přesně na to.

Re: Hledám plugin

Napsal: 09 úno 2014, 17:16
od mororo
Ja to kdysi řešil na samp serveru :) a vyřešil jsem to dobře do pravidel jsem dal "adminy nenabíráme opakované žadosti o admina = ban"
Pomohlo to par lidi sem kicknul a už neotravovaly.

Re: Hledám plugin

Napsal: 09 úno 2014, 17:24
od Gam3R
Jenže oni se připojí a hned to píšou.

Re: Hledám plugin

Napsal: 09 úno 2014, 17:52
od mororo
Tak zakladem je přečíst si /rules když to neudělaj nemaj se co ptát!

Re: Hledám plugin

Napsal: 09 úno 2014, 20:34
od SamerLP
skús tento plugin neviem či to je teraz ten ale asi hej keď niekto niečo napíše do chatu napr Chcem byť admin/op tak mu napíše to čo nastavíš.... ale neviem či to je presne ten plugin ak nie omlúvam sa: http://dev.bukkit.org/bukkit-plugins/roboticstaff/

Re: Hledám plugin

Napsal: 09 úno 2014, 21:09
od Gam3R
Vypadá na to že je to on ale já se v tom tedy vůbec nevyznám :D

Re: Hledám plugin

Napsal: 09 úno 2014, 21:31
od SamerLP
naištaluj a pošli jeho config

Re: Hledám plugin

Napsal: 09 úno 2014, 22:03
od Gam3R
Spoiler: zobrazit

Kód: Vybrat vše

### RoboticStaff configuration ###
config-version: '1.9' # Don't edit this!
update-checker: 'true' # Change to "false" if you don't want to check updates

## General command ##

roboticstaff-prefix: '&6[RoboticStaff]&e '
roboticstaff-join: 'This server use RoboticStaff!'
roboticstaff-basic: 'Type "/roboticstaff reload" to reload config, "/roboticstaff tag" to get a tag list, "/roboticstaff words" to get a banned words list, "/roboticstaff blocked" to get a list of the blocked commands'
roboticstaff-reload: 'Config reloaded!'
roboticstaff-tag: 'List of the tag'
roboticstaff-words: 'List of banned words'
roboticstaff-blocked: 'List of blocked commands'
roboticstaff-blocked-perworld: 'To get a list of blocked commands of a specific world, type "/roboticstaff blocked <WorldName>"'
roboticstaff-error-1: 'Command not found!'
roboticstaff-error-2: 'World not found in configuration!'

## Helpme ##

helpme-enabled: true
helpme-help: 'Need help? Type "/helpme [id]"!'
helpme-disabled-message: '&rUnknown command. Type "/help" for help.'

helpme-ask:
  - 'What is that plugin?'
  - 'Can I translate the plugin?'
  - 'What are the future features?'

helpme-answer:
  - 'Is a simple plugin which will be able in the future to replace partly your staff'
  - 'Yes, you can! ALL the messages is configurable in config.yml!'
  - 'Check the TODO list of BukkitDev page for a list of the future feature!'

helpme-error-1: 'Invalid ask id!'
helpme-error-2: 'Id must be a number!'
helpme-error-3: 'Right use: "/helpme id"'

## AutoAnswer ##

autoanswer-enabled: true

autoanswer-tag:
  - 'RoboticStaff'
  - 'I, need, help'
  - 'Can, I, become, an, admin %or% I, would, like, to, become, admin'
  - 'Ban, me, please'
  - 'Hi raynlegends %or% Hey raynlegends %or% Good morning raynlegends'
  - 'How, can, I, configure, this, plugin'
 
autoanswer-tag-answer:
  - 'Its the name of this plugin, %player%'
  - 'Type /helpme!'
  - 'Sorry, you cant'
  - '/kick %player%'
  - '%noprefix% &4[Founder] &4Rayn&8Legends&r: Hi %player%'
  - 'Visit the BukkitDev page! &4http://dev.bukkit.org/bukkit-mods/RoboticStaff'

## AntiSwearing ##

antiswearing-enabled: true

antiswearing-words:
  - 'Fuck'
  - 'Shit'
  - 'Bitch'
 
antiswearing-beep: '[BIP]'

## BlockedCommands ##

blockedcommands-enabled: true
blockedcommands-message: '&4This command is blocked in this world'

blockedcommands-general:
  - q
  - logout
  - plugins

blockedcommands-perworld:
  world:
    - pl
  world_nether:
    - pl
  world_the_end:
    - pl

## AntiSpam ##
antispam-delay:
  enabled: true
  message: 'You have to wait %time% to send a message'
  delay-between-messages: 3

antispam-ipspam:
  enabled: true
  replace-with: "----"
  command-on-ipspam: '/kick %player% Dont spam ip!'

antispam-websitespam:
  enabled: true
  replace-with: "----"
  command-on-websitespam: '/kick %player% Dont spam website!'

## OnActions ##
# Only two events at the moment, I'll add more events in the next version! #

playerjoin:
  enabled: true
  commands:
    - '/gamemode 0 %player%'
 
playerdeath:
  enabled: false
  commands:
    - '/tell %player% You died'