Stránka 1 z 2

Gamemode, Vypíná se hráčům s VIP

Napsal: 29 srp 2012, 22:17
od Kadlec
Prosím nevíte který plugin to dělá ?, Od 1.3.1 jsou pluginy stejné ale aktualizované ale pořád se vypíná prosím pomozte mi kde to mám nastavit

Re: Gamemode, Vypíná se hráčům s VIP

Napsal: 29 srp 2012, 22:39
od bart
Seznam pluginů? Server log? Jak ti máme poradit který plugin to dělá když nám nedáš jejich seznam?

Re: Gamemode, Vypíná se hráčům s VIP

Napsal: 30 srp 2012, 00:31
od mickes1
Je možné, že to dělá CreativeControl pokud používáš. Tam se dá pro každý svět (End, Nether) nastavit zda povolit gamemode nebo ne a proto se jim poté vypíná.

Re: Gamemode, Vypíná se hráčům s VIP

Napsal: 30 srp 2012, 22:19
od Kadlec
a kde přesně to nastavím ??

Config Creativ Controlu

Spoiler: zobrazit

Kód: Vybrat vše

Database:
  ## Enable MySQL? If false, will be used SQLite [No SQL Server required]
  ## The performance is much better with MySQL, SQLite is recomended to 20 player max [creative or not]
  MySQL: false
  host: localhost
  port: 3306
  user: root
  pass: 123
  database: minecraft

Permissions:
  ##Op have all permissions?
  OpHasPerm: true

Events:
  ## Use Player Move Event? This may take a lot of resources on large servers, but is required to Creative/Survival regions work.
  PlayerMove: false
  ## Enable MiscProtections? This may take some extra resource, but will be much more comfortable to play with creative mode.
  MiscProtection: true

PlayerData:
  ## Inventory, if true, will have an inventory to survival and other to creative
  Inventory: true
  ## Status, if true, will save the player survival status [e.g Health, Food, etc]
  Status: true
  ## teleportFloor, if true, the player will be safely teleported to the floor when he join or leave a Creative region.
  teleportFloor: true

Messages:
  ## quiet, if true, any CreativeControl messages will not be displayed
  quiet: false
  debug:
    ## in-game, if true, will show debug messages ingame.
    in-game: false
    ## console, if true, will show debug messages in the console.
    console: false

Utily:
  ## Item ID to select areas [Use Item ID Only, ID:DATA not allowed]
  Sel: 369
  ## Item ID to add blocks in the database [Use Item ID Only, ID:DATA not allowed]
  Add: 269
  ## Item ID to remove blocks from the database [Use Item ID Only, ID:DATA not allowed]
  Del: 273

Re: Gamemode, Vypíná se hráčům s VIP

Napsal: 30 srp 2012, 22:22
od nejento
A ty pluginy budou nebo máme čekat až naprší a uschne? (pršelo před chvilkou, ale ještě neuschlo)

Re: Gamemode, Vypíná se hráčům s VIP

Napsal: 30 srp 2012, 22:53
od Kadlec
Dělá to ten creativ control a ty pluginy sem už posílal do tamtoho fora a nikdo tam neodpověděl :D

Tady je nastavení toho CreativControlu ve složce worlds

Kód: Vybrat vše

#
#    - 8
#    - 9
#    - 10
#    - 11
#    - 46
World:
  Creative: false
  Exclude: false
  ChangeGameMode: false
BlackList:
  Commands:
  - /buy
  - /sell
  - /logout
  BlockPlace:
  - 51
  - 52
  BlockBreak:
  - 500
  ItemUse:
  - 259
  - 384
  - 385
  ItemInteract:
  - 500
  ItemDrop: true
  ItemPickup: true
MiscProtection:
  NoTNTExplosion: true
  IceMelt: true
  LiquidControl: true
  Fire: true
BlockProtection:
  OwnBlocks: false
  NoDrop: true
  Explosions: true
  Pistons: true
  exclude:
  - 0
  WorldEdit: true
  CreativeOnly: false
Preventions:
  PvP: true
  Mobs: false
  Eggs: true
  Target: false
  MobsDrop: true
  IronGolem: true
  SnowGolem: true
  ClearDrops: true
  Enchantments: true
  MineCartStorage: true
  BreakBedRock: true
  InvInteract: true
  PotionSplash: true
  Bonemeal: true

Re: Gamemode, Vypíná se hráčům s VIP

Napsal: 30 srp 2012, 22:59
od Sejsel
Používáš AuthMe? Pokud ano, config (bez hesel)

Re: Gamemode, Vypíná se hráčům s VIP

Napsal: 30 srp 2012, 23:35
od Kadlec
Authme mám ale né napojené na databázy :D

Kód: Vybrat vše

DataSource:
  mySQLColumnName: username
  mySQLTablename: authme
  mySQLUsername: authme
  backend: file
  mySQLColumnLastLogin: lastlogin
  mySQLDatabase: authme
  mySQLPort: '3306'
  mySQLColumnIp: ip
  mySQLHost: 127.0.0.1
  mySQLColumnPassword: password
  mySQLPassword: ':D
  caching: true
GroupOptions:
  UnregisteredPlayerGroup: ''
  RegisteredPlayerGroup: ''
  Permissions:
    PermissionsOnJoin: []
settings:
  sessions:
    enabled: false
    timeout: 10
  restrictions:
    allowChat: false
    maxRegPerIp: 2
    maxNicknameLength: 20
    ForceSingleSession: true
    ForceSpawnLocOnJoinEnabled: false
    SaveQuitLocation: false
    AllowRestrictedUser: false
    AllowedRestrictedUser: []
    kickNonRegistered: false
    kickOnWrongPassword: false
    teleportUnAuthedToSpawn: false
    minNicknameLength: 3
    allowMovement: false
    timeout: 30
    allowedNicknameCharacters: '[a-zA-Z0-9_?]*'
    allowedMovementRadius: 100
    enablePasswordVerifier: true
    ProtectInventoryBeforeLogIn: true
  GameMode:
    ForceSurvivalMode: false
    ResetInventotyIfCreative: false
  security:
    minPasswordLength: 4
    unLoggedinGroup: unLoggedinGroup
    passwordHash: SHA256
    passwordMaxLength: 20
  registration:
    enabled: true
    messageInterval: 5
    force: true
  unrestrictions:
    UnrestrictedName: []
  messagesLanguage: en
ExternalBoardOptions:
  mySQLColumnSalt: ''
  mySQLColumnGroup: ''
  nonActivedUserGroup: -1
permission:
  EnablePermissionCheck: false
BackupSystem:
  ActivateBackup: false
  OnServerStart: false
  OnServerStop: true
  MysqlWindowsPath: C:\\Program Files\\MySQL\\MySQL Server 5.1\\

Re: Gamemode, Vypíná se hráčům s VIP

Napsal: 31 srp 2012, 12:37
od nejento
Tady máš všechno správně nastavené. Dáš nám prosím ten seznam pluginů? :D Plosím plosím.

Re: Gamemode, Vypíná se hráčům s VIP

Napsal: 31 srp 2012, 12:48
od Kadlec
Obrázek