creative - davani veci

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
Welton123
Příspěvky: 2388
Registrován: 08 úno 2012, 17:54
Reputation: 0
Kontaktovat uživatele:

creative - davani veci

#1 Příspěvekod Welton123 » 03 dub 2012, 11:08

PODPIS



Ahoj, mám na serveru plugin http://dev.bukkit.org/server-mods/creativecontrol/

ale problem je v tom, ze admini nemohou vyhazovat veci z inventare ale kdyz si zruseji creative tak se jim inventar nezmění a já potřebuji aby se změnil :-/ . jde to nějak ? popřípadě neznáte nějaký jiný, který to umí ? karma +
CZ/SK TOP Databáze MineCraft Serverů ►KLIK◄
Chceš i Ty mít měnící se podpis? ►KLIK◄

Uživatelský avatar
Vojko
Příspěvky: 3247
Věk: 28
Registrován: 24 dub 2011, 11:47
Reputation: 1
Bydliště: Slovensko, Bratislava

Re: creative - davani veci

#2 Příspěvekod Vojko » 03 dub 2012, 11:23

Máš v configu zapnuté toto ?

Kód: Vybrat vše

## Separate the inventories, one to creative and other to survival.
  Inventory: true
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...

Uživatelský avatar
Welton123
Příspěvky: 2388
Registrován: 08 úno 2012, 17:54
Reputation: 0
Kontaktovat uživatele:

Re: creative - davani veci

#3 Příspěvekod Welton123 » 03 dub 2012, 11:29

Už ano, děkuji a ještě, když creative hráč v residenci něco postaví a normalní hráč příjde tak to zničí i když je to v Residenci ale když to místo creative hráče postaví normál. hráč tak už to zničit nejde.
CZ/SK TOP Databáze MineCraft Serverů ►KLIK◄
Chceš i Ty mít měnící se podpis? ►KLIK◄

Uživatelský avatar
Vojko
Příspěvky: 3247
Věk: 28
Registrován: 24 dub 2011, 11:47
Reputation: 1
Bydliště: Slovensko, Bratislava

Re: creative - davani veci

#4 Příspěvekod Vojko » 03 dub 2012, 11:41

Skopíruj sem prosím config :)
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...

Uživatelský avatar
Welton123
Příspěvky: 2388
Registrován: 08 úno 2012, 17:54
Reputation: 0
Kontaktovat uživatele:

Re: creative - davani veci

#5 Příspěvekod Welton123 » 03 dub 2012, 12:03

Tady je:

Kód: Vybrat vše

Prevent:
## Players with creative mode CAN'T attack others players
  PvP: true
## Players with creative mode CAN'T pickup items
  Pickup: true
## Players with creative mode CAN'T drop items
  Drop: true
## Players with creative mode CAN'T attack mobs.
  Mob: true
## Players with creative mode CAN'T be target by mobs.
  Target: true
## Player with creative mode CAN'T use those commands.
  Commands:
    - /sell
    - /buy

##Multi World Configurations
MultiWorld:
## If the player is in a fully no creative world, set him to survival?
  setSurvival: true
## All fully no creative worlds.
  NoCreativeWorlds:
    - world_name
## All worlds which not will have CreativeControl protections.
  Exclude:
    - world_name
 
Remove:
## Players with creative mode CAN'T create iron golems
  IronGolem: true
## Players with creative mode CAN'T create snow golems
  SnowGolem: true
## Players with creative mode CAN'T use Creature Eggs
  CreatureEGG: true
## Players with creative mode CAN'T throw chicken eggs
  ChickenEGG: true
## Players with creative mode CAN'T throw exp bottle
  ExpBottle: true
 
BlackList:
  Use:
## This will prevent the USE of the item, will be possible place/break.
    MineCartStorage: true
    WaterBucket: true
    LavaBucket: true
    FlintNSteel: true
    Furnace: true
    Dispenser: true
    Workbench: true
    Chest: true
## List here, all the items you dont wanna to be used.
    Others:
      - 261
      - 346

  Place:
    BedRock: true
    Ice: true
    TnT: true
## List here, all the blocks you dont wanna to be placed
    Other:
      - 8
      - 9
      - 10
      - 11
      - 51

  Break:
    BedRock: true
## List here, all the blocks you dont wanna to be broken
    Other:
      - 14
      - 15

Limits:
## Limit of block place/break per second.
  PlacePerSec: 5
  BreakPerSec: 5
 
## Protection type for blocks placed by and creative.
Protection:
## The block placed by an creative will drop nothing when broken, even if a survival break it.
  NoDrop: true
## The block placed will be auto protected and only can be destroyed by the owner.
  OwnBlock: false
## Blocks placed by and creative will be unable to be pulled/pushed
  Pistons: true

## MySQL Configuration
MySQL:
  ## Use MySQL?
  enabled: false
  host: localhost:3306
  database: ccontrol
  username: root
  password: 123

PlayerData:
## Set the player gamemode to survival on quit [Leave this true if you use authme, authdb, xauth, any other auth plugin with inventory manager]
  SetSurvival: true
## Save the survival player status, like Health, food etc.
  Status: true
## Separate the inventories, one to creative and other to survival.
  Inventory: true
 
DataBase:
## Time to save the nodrop/ownblock database [in minutes]
  SaveInterval: 5
## Announce the database saving?
  announce: false
 
Messages:
## If you dont wanna any messages, set this to true.
  Quiet: false
## Select your language, avaliable by default is en_US and pt_BR.
locale: en_US
## Debug Messages.
debug: false
## Uselless debug messages.
superdebug: false
CZ/SK TOP Databáze MineCraft Serverů ►KLIK◄
Chceš i Ty mít měnící se podpis? ►KLIK◄

Uživatelský avatar
Vojko
Příspěvky: 3247
Věk: 28
Registrován: 24 dub 2011, 11:47
Reputation: 1
Bydliště: Slovensko, Bratislava

Re: creative - davani veci

#6 Příspěvekod Vojko » 03 dub 2012, 12:22

Kód: Vybrat vše

## The block placed will be auto protected and only can be destroyed by the owner.
  OwnBlock: false
Aj keď tu na fóre nie som aktívny, môžete mi písať na Skype, E-Mail, ...

Uživatelský avatar
Welton123
Příspěvky: 2388
Registrován: 08 úno 2012, 17:54
Reputation: 0
Kontaktovat uživatele:

Re: creative - davani veci

#7 Příspěvekod Welton123 » 03 dub 2012, 12:23

FALSE tam mám a když tam dám TRUE tak ten blok zničejí a vypadne jim ten blok ale když tam nechám FALSE tak ho zničejí ale blok jim nevypadne.
CZ/SK TOP Databáze MineCraft Serverů ►KLIK◄
Chceš i Ty mít měnící se podpis? ►KLIK◄

Uživatelský avatar
Arcas
Příspěvky: 1406
Věk: 26
Registrován: 13 bře 2012, 19:15
Reputation: 0

Re: creative - davani veci

#8 Příspěvekod Arcas » 03 dub 2012, 12:37

Nahraď část :

Kód: Vybrat vše

## Protection type for blocks placed by and creative.
Protection:
## The block placed by an creative will drop nothing when broken, even if a survival break it.
  NoDrop: true
## The block placed will be auto protected and only can be destroyed by the owner.
  OwnBlock: false
## Blocks placed by and creative will be unable to be pulled/pushed
  Pistons: true


timhle

Kód: Vybrat vše

## Protection type for blocks placed by and creative.
Protection:
## The block placed by an creative will drop nothing when broken, even if a survival break it.
  NoDrop: false
## The block placed will be auto protected and only can be destroyed by the owner.
  OwnBlock: false
## Blocks placed by and creative will be unable to be pulled/pushed
  Pistons: false
Čeština a jiné jazyky jsou Freeware, ale ne Opensource!!! To znamená, že s nimi můžete nakládat jak chcete, ale nesmíte je upravovat...

// no comment

Uranus-Portal.com
Obrázek

Uživatelský avatar
Welton123
Příspěvky: 2388
Registrován: 08 úno 2012, 17:54
Reputation: 0
Kontaktovat uživatele:

Re: creative - davani veci

#9 Příspěvekod Welton123 » 03 dub 2012, 13:10

Už funguje, díky :-)

LOCK
CZ/SK TOP Databáze MineCraft Serverů ►KLIK◄
Chceš i Ty mít měnící se podpis? ►KLIK◄


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Google [Bot] a 31 hostů