CreativeControl

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
deefko
Příspěvky: 134
Registrován: 22 zář 2013, 19:54
Reputation: 0

CreativeControl

#1 Příspěvekod deefko » 08 říj 2013, 19:25

93.91.250.131:27635

Pomozte mi nastavit CC aby vo worlde Creative im to islo :D nechapem tomu

PeX:
Spoiler: zobrazit
groups:
default:
default: true
prefix: '&a[Hrac]&9'
worlds:
skyworld:
permissions:
- usb.island.create
- usb.island.sethome
- usb.island.info
- usb.island.topten
- usb.party.create
- usb.party.kick
- usb.party.makeleader
- usb.party.join
- usb.mod.party
- usb.island.ban
- essentials.msg
- essentials.spawn
- essentials.tpa
- essentials.tpaccept
- essentials.tpdeny
- essentials.warp
- essentials.warp.list
- essentials.ignore
- essentials.afk
Creative:
permissions:
world:
permissions:
- essentials.tp
world_nether:
permissions:
- essentials.tp
world_the_end:
permissions:
- essentials.tp
SurvivalGames:
permissions:
- essentials.tp
HlSpawn:
permissions:
- multiverse.portal.access.*
Majitel:
prefix: '&6[Majitel]&4'
permissions:
- '*'
Admin:
prefix: '&b[Admin]&c'
Vip:
prefix: '&e[Vip]&2'
permissions:
- authme.unregister
- authme.logout
- authme.changepassword
- authme.login
- authme.register
ExtraVip:
prefix: '&2[Extra&4Vip&]&6'
users:
deefko:
group:
- Majitel


Plug: CreativeControl / worlds / Creative:

Spoiler: zobrazit
World:
## GameMode, the main gamemode of this world, options are SURVIVAL, CREATIVE or ADVENTURE.
GameMode: CREATIVE
## Exclude, if true, this plugin will ignore this world, it means that any protections will be effective in this world.
Exclude: false
## ChangeGameMode, if true, this plugin will handle the gamemode per world, the option GameMode will be used.
ChangeGameMode: true

BlackList:
## Commands, list here all commands to disallow creative players to use.
Commands: /buy, /sell, /logout
## SurvivalCommands, list here, all commands to disallow survival players to use.
SurvivalCommands: []
## BlockPlace, list here, all block ids that creative players will be unable to place.
BlockPlace: 8, 9, 10, 11, 46, 51, 52, 79:0
## BlockBreak, list here, all block ids that creative players will be unable to break.
BlockBreak: []
## ItemUse, list here, all block/item ids that creative players will be unable to use, this means right and left click.
ItemUse: 259, 326, 327, 384, 385, 389:0
## ItemInteract, list here, all block/item ids that creative players will be unable to interact with, this means right click only.
ItemInteract: 23, 54:0, 58, 61, 62, 84, 116:0, 117, 130, 145
## Inventory, list here, all block/item ids that will be automatically removed from creative players inventories.
Inventory: []
## SignText, list here, the line of all signs that creative players will be unable to interact with.
## Obs: DONT INCLUDE [] or color codes, and use _ for spaces. This option does not work well, is recomended to use the permission system.
SignText: buy, sell, trade

## To any option in "MiscProtection" Works, Events.MiscProtection has to be "true" in settings.yml.
MiscProtection:
## NoTNTExplosion, if true, TNT placed by creative players will not explode.
NoTNTExplosion: false
## IceMelt, if true, ICE placed by creative players will not melt [CPU++]
IceMelt: false
## LiquidControl, if true, liquids placed by creative players will not flow [CPU++] [BUGGY]
LiquidControl: false
## Fire, if true, blocks placed by creative players will not burn. [CPU+]
Fire: false

BlockProtection:
## WaterFlow, if true, creative blocks will be protected against water (eg torches)
WaterFlow: false
## WorldEdit, if true, blocks created by WorldEdit will not drop when breaked.
WorldEdit: false
## OwnBlocks, if true, blocks placed by creative players will have a ownship system, only the owner or properly allowed people will be able to break it. The block still protected with NoDrop.
OwnBlocks: false
## NoDrop, if true, blocks placed by creative players will not drop when breaked
NoDrop: true
## Explosions, if true, creative blocks will be protected against explosions. [REQUIRE NoDrop or OwnBlocks Activated]
Explosions: false
## CreativeOnly, if true, only creative players area ble to break creative blocks. [REQUIRE NoDrop or OwnBlocks Activated]
CreativeOnly: false
## Pistons, if true, blocks placed by creative players will not be pushed/pulled by pistons [REQUIRE NoDrop or OwnBlocks Activated]
Pistons: false
## Physics, if true, blocks placed by creative players will not fall in some cases, it is buggy, bukkit does not have an api method for that yet. [REQUIRE NoDrop or OwnBlocks Activated]
Physics: false
## BlockAgainst, if true, the OwnBlock system will check if the block against the block placed is protected.
BlockAgainst: false
## CheckAttached, if true, attached blocks like torches will be protected by the NoDrop or OwnBlocks system.
CheckAttached: false
## inverted, if true, the exclude list will work as a include list, so, the block will only be protected if its id is listed here.
inverted: false
## exclude, list here, all block ids to be ignored by the NoDrop/OwnBlocks system, more blocks you list here, better will be the performance.
exclude: 0, 8, 9, 10, 11
## BlockPerMinute, set the amount of blocks a player can place per minute
BlockPerMinute: -1

Preventions:
##ItemDrop, if true, creative players will be unable to drop items
ItemDrop: true
##ItemPickup, if true, creative players will be unable to pickup items
ItemPickup: true
## PvP, if true, creative players will be unable to attack other players
PvP: false
## Mobs, if true, creative players will be unable to attack mobs
Mobs: false
## Eggs, if true, creative players will be unable to use Monster and Chicken eggs.
Eggs: true
## Target, if true, creative players will not be target by mobs [CPU+]
Target: false
## MobsDrop, if true, when a creative player kills a mob, no drop or exp will be given.
MobsDrop: true
## IronGolem, if true, prevent creative players from creating Iron Golems
IronGolem: false
## SnowGolem, if true, prevent creative players from creating Snow Golems
SnowGolem: false
## Wither, if true, prevent creative players from creating Wither
Wither: false
## ClearDrops, if true, when a creative player die, the drops will be removed
ClearDrops: true
## Enchantments, if true, creative players will be unable to enchant items.
Enchantments: true
## MineCartStorage, if true, creative players will be unable to use chest/furnaces in minecarts
MineCartStorage: true
## BreakBedRock, if true, creative players will be unable to break the 'bottom' of the world
BreakBedRock: false
## InvInteract, if true, creative players will be unable to interact with any type of inventory but the creative and creative quickbar.
InvInteract: true
## Bonemeal, if true, creative players will be unable to use Bone meal on tress, there is no api methods for that yet, might be a litle buggy.
Bonemeal: true
## InteractVillagers, if true, creative players will be unable to interact with villagers.
InteractVillagers: true
## PotionSplash, if true, creative players will be unable to use potions
PotionSplash: true
## ItemFrame, if true, creative players will be unable to use itemframes
ItemFrame: true
## VehicleDrop, if trus, this plugin will try to prevent minecarts and boats created by creative player to drop!
VehicleDrop: true
## VehicleLimit, set a limit of how much vehicles a creative player can create without destroying the old one.
VehicleLimit: -1
## StackLimit, set the limit of amount per item that a creative player can have.
StackLimit: 1
## InventoryOpen, if true, creative players will be unable to open any inventory apart from the creative inventory.
InventoryOpen: false
## RemoveFlyOnPvp, if true, if the player hits someone with fly, he'll lost the fly mode
RemoveFlyOnPvP: false
## NoCreativeOnPvP, if true, if the player hits someone with creative, he'll lost the creative mode
NoCreativeOnPvP: false

# End of the file -->


CreativeControl settings:
Spoiler: zobrazit
Database:
## MySQL, the database type, can be SQLite, MySQL or H2
Type: SQLite
## host, the MySQL host name
host: localhost
## port, the MySQL port
port: 3306
## user, the MySQL user name
user: root
## pass, the MySQL password, '' if none.
pass: 123
## database, the MySQL database to be used by this plugin
database: minecraft
## prefix, the prefix used to create the tables in the sql database
prefix: crcr_

## This section will define which group the player will be added when he changes his gamemode.
Permissions:
## ChangeGroups, if true, creative players will be added to the 'CreativeGroup'
ChangeGroups: true
## CreativeGroup, the group that the player will be put on when changing to creative
CreativeGroup: MembersCreative
## KeepCurrentGroup, if true, the player will not lose his current group, the creative group will just be added to its current groups.
KeepCurrentGroup: true
## OpHasPerm, if true, ops will have all the permissions and will not be checked by your permissions plugin
OpHasPerm: false

Queue:
## Threads, the number of threads to be use to process the database
Threads: 2
## Speed, the speed of the queue, if your server is taking too long to shutdown, increase this option.
Speed: 0.1

Cache:
## MaxCapacity, the maximum cache capacity, higher this value is, better will be the performance, but also the memory usage will increase.
MaxCapacity: 15000
## PreCache, the amount of items to be cached on startup, if you have a big database, this may increase the load time.
PreCache: 10000

Configurations:
## Single, if true, only the world.yml file will be used, other ones will be ignored.
Single: false
## Conflict, if true, if required, some functions of this plugin will be automatically disabled to avoid conflict.
Conflict: true
## FriendSystem, if true, the friend system will be enabled, this may take a bit of resources, just a bit.
FriendSystem: false

Updater:
## Check for updates?
Enabled: true

Selection:
## UseWorldEdit, if true, worldedit will be used to make selections. Otherwise the tool defined below will be used.
UseWorldEdit: true
## The Item ID used to select regions, if UseWorldEdit is false
Tool: 369

Events:
## Use PlayerMoveEvent? This may take a lot of resources on large servers, but is required to Creative/Survival regions work.
PlayerMove: false
## Enable MiscProtections? Not recommended to use, I'll probably remove it on future releases.
MiscProtection: false

PlayerData:
## Inventory, if true, players will have an inventory to survival, other to creative an other to adventurer
Inventory: true
## Status, if true, will save the player survival status [e.g Health, Food, etc]
Status: true
## Teleport, if true, the player will be teleported to the floor on login if needed
Teleport: false
## SetSurvival, if true, the player will be set to survival on login (ATTENTTION: THIS MAY GLITCH WITH AUTH PLUGINS)
SetSurvival: false
## FallGlith, if true, if the player is falling and right before hitting the ground he change its gamemode to survival he wont take damage
FallGlitch: false
## HideInventory, if true, the player inventory will be hidden until login using an auth plugin
HideInventory: false

## This section will define the armor to set on every creative player, for advanced options, while wearing the armor type /cc set armor.
CreativeArmor:
## Helmet, the player helmet
Helmet: 0
## Chestplate, the player chestplate
Chestplate: 0
## Leggings, the player leggings
Leggings: 0
## Boots, the player boots
Boots: 0

Communicator:
## Quiet, if true, any messages will be displayed
Quiet: false

Debug:
## Console, if true, debug messages will be displayed in the console
Console: false
## Stack, if true, common errors will be printed by full [leave it true C:]
Stack: true

# End of the file -->


Cosik som tam pomenil ale nechapem :D

Chcem aby vo worlde Creative mali CreativeMode , a to je asi setko :D BlockingBlock si nastavim asi uz :D dik k+
Obrázek
Skyblock,Survival,Creative
V príprave: SurvivalGames,PvP,Bosses atď. Všetko na servery All In One ;)
Nepýtam karmu ale ak pomôžem neuškodí ;)
Don't worry, don't cry, buy VIP and play ;)

Uživatelský avatar
panChemicky
Příspěvky: 1737
Věk: 34
Registrován: 07 čer 2013, 12:32
Reputation: 1
Bydliště: Cheb
Kontaktovat uživatele:

Re: CreativeControl

#2 Příspěvekod panChemicky » 08 říj 2013, 19:57

Proboha, když nevíš k čemu ten plugin je proč si ho dáváš na server?
CreativeControl slouží k tomu, aby ti hráči nevyhazovali itemy z inventáře, aby nezabíjeli ostatní hráče, když mají GM.

Proto, aby měli GM použij buď essentials, aby si mohli creative zapnout.
Pokud chceš, aby ho měli hned, tak nastav v Multiverse-core creative na té mapě.
ObrázekObrázek

deefko
Příspěvky: 134
Registrován: 22 zář 2013, 19:54
Reputation: 0

Re: CreativeControl

#3 Příspěvekod deefko » 08 říj 2013, 20:09

OMG tak ked sem napisem prispevok a odpisu mi ze creativecontrol je plugin na creative do worldu tak sa mam poje*at stoho ked mi zle poradia?................ -___-
Obrázek
Skyblock,Survival,Creative
V príprave: SurvivalGames,PvP,Bosses atď. Všetko na servery All In One ;)
Nepýtam karmu ale ak pomôžem neuškodí ;)
Don't worry, don't cry, buy VIP and play ;)

Uživatelský avatar
panChemicky
Příspěvky: 1737
Věk: 34
Registrován: 07 čer 2013, 12:32
Reputation: 1
Bydliště: Cheb
Kontaktovat uživatele:

Re: CreativeControl

#4 Příspěvekod panChemicky » 08 říj 2013, 20:13

Ale, když půjdeš na stránku devbukkitu (to je ta stránka, ze které ty pluginy stahuješ), tak tam máš napsáno k čemu ten plugin je a umět alespoň základy anglicky, když máš server, je vážně důležité. nebo přinejmenším ovládat alespoň google translate.
ObrázekObrázek

deefko
Příspěvky: 134
Registrován: 22 zář 2013, 19:54
Reputation: 0

Re: CreativeControl

#5 Příspěvekod deefko » 08 říj 2013, 23:42

Tak po prvé ... nerob somna *****a ja viem co je devbukkit a po dalšie ja mam 18r a Anglicky viem.... ked mi niekto napise stiahni si CreativeControl tak ma nezaujima to co je napisane ... ak mi poradili na.... ja zato nemozem.
Obrázek
Skyblock,Survival,Creative
V príprave: SurvivalGames,PvP,Bosses atď. Všetko na servery All In One ;)
Nepýtam karmu ale ak pomôžem neuškodí ;)
Don't worry, don't cry, buy VIP and play ;)

vojtamaniak
Příspěvky: 3512
Věk: 26
Registrován: 18 úno 2012, 21:02
Reputation: 11

Re: CreativeControl

#6 Příspěvekod vojtamaniak » 09 říj 2013, 07:18

Když se na to tak dívám, tak lidi si dají na server jakýkoliv plugin, i kdyby extrémně lagoval server, když jim to někdo poradí. Kam to ta společnost spěje...

(bych si mohl udělat nějaký plugin na smazání pluginů a mapy, a pak ho radit na všechny problémy zde. :D ;) )

deefko
Příspěvky: 134
Registrován: 22 zář 2013, 19:54
Reputation: 0

Re: CreativeControl

#7 Příspěvekod deefko » 09 říj 2013, 09:44

vojta ja mnel kolem 40 pluhinu a nemnel sem ani chvili lag..... vim co davam na servr
Obrázek
Skyblock,Survival,Creative
V príprave: SurvivalGames,PvP,Bosses atď. Všetko na servery All In One ;)
Nepýtam karmu ale ak pomôžem neuškodí ;)
Don't worry, don't cry, buy VIP and play ;)

Uživatelský avatar
panChemicky
Příspěvky: 1737
Věk: 34
Registrován: 07 čer 2013, 12:32
Reputation: 1
Bydliště: Cheb
Kontaktovat uživatele:

Re: CreativeControl

#8 Příspěvekod panChemicky » 09 říj 2013, 13:10

Mě osobně je jedno jestli ti je 18 a nebo 8. Bavím se tady o tom, že chceš po tomto pluginu něco, co ani neumí a pokud UMÍŠ anglicky, tak by jsi na devbukkit zjistil, co ten plugin skutěečně dělá..

Ale k tomu, co jsi chtěl v tomto topicu. Na serveru máš Multiverse-core, ta jdi do configu a tam si nastav jaký mód, chceš ny tu určitou mapu.
ObrázekObrázek


Zpět na „Minecraft, Tekkit“

Kdo je online

Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 112 hostů