Stránka 1 z 1

Creative/Survival

Napsal: 10 črc 2012, 00:01
od Sejcek
Ahoj chci se zeptat mám na serveru AntiShare aby hráči nemohli zneužít creativu givování ale když si daj to inventáře např 5dia a 3x za sebou napíšou /gm tak se jim ty dia hodí do survival modu a můžout je normálně vyhazovat apod... v authme to mám take nastavene neexistuje neaky plugin že by kdyby si ty dia dali do inventáře tak by jim hned zmizeli děkuji

Re: Creative/Survival

Napsal: 10 črc 2012, 13:01
od nejento
Dej sem config AntiShare a AuthMe.

Re: Creative/Survival

Napsal: 10 črc 2012, 13:29
od Sejcek
AntiShare
[spoiler]

Kód: Vybrat vše

# For help see the following page
# http://dev.bukkit.org/server-mods/antishare/pages/3-2-x-help/
#
# Commands Help:
# http://dev.bukkit.org/server-mods/antishare/pages/3-2-x-help/#w-commands
#
# Permissions Help:
# http://dev.bukkit.org/server-mods/antishare/pages/3-2-x-help/#w-permissions
blocked-actions:
  block-place: true
  block-break: true
  drop-items-on-death: true
  pickup-items: true
  drop-items: true
  right-click: true
  use-items: true
  commands: true
  combat-against-players: true
  combat-against-mobs: true
handled-actions:
  world-transfers: false
  gamemode-inventories: true
enabled-features:
  gamemode-regions: true
  world-split: true
  sql: false
  no-experience-for-creative: true
  no-drops-when-block-break:
    inventories: true
    attached-blocks: true
settings:
  sql:
    host: localhost
    username: MySQLUsername
    password: MySQLPassword
    database: AntiShare
  send-usage-statistics: true
  track-blocks: true
  survival-breaking-creative-blocks:
    block-drops: false
    deny: true
  creative-breaking-survival-blocks:
    block-drops: false
    deny: true
blocked-lists:
  block-place: diamond block, gold block, iron block, bedrock, tnt
  block-break: none
  dropped-items-on-death: all
  picked-up-items: all
  dropped-items: all
  right-click: storage minecart, powered minecart, chest, furnace, dispenser, jukebox
  use-items: fire, flint and steel, exp bottle, 383, egg, lava bucket, water bucket, fireball
  commands: /someCommand, /anotherCommand
worldsplit:
  split: none
  value: 0
  creative: 1
  survival: 0
  warning:
    enabled: false
    blocks: 15
    warn-every: 2
block-tracking:
  tracked-survival-blocks: all
  tracked-creative-blocks: all
other:
  debug: false
  silent-startup: false
  silent-shutdown: false
  silent-blocks: true
  silent-errors: false
  silent-overall: false[/spoiler]

AuthMe

Kód: Vybrat vše

AuthMe
DataSource:
  mySQLColumnName: username
  mySQLTablename: authme
  mySQLUsername:
  mySQLColumnLastLogin: lastlogin
  mySQLDatabase:
  mySQLPort: '3306'
  mySQLColumnIp: ip
  mySQLHost: localhost
  mySQLColumnPassword: password
  mySQLPassword:
  caching: true
GroupOptions:
  UnregisteredPlayerGroup: ''
  RegisteredPlayerGroup: ''
  Permissions:
    PermissionsOnJoin: []
settings:
  sessions:
    enabled: false
    timeout: 10
  restrictions:
    allowChat: false
    maxRegPerIp: 3
    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
  GameMode:
    ForceSurvivalMode: false
    ResetInventotyIfCreative: true
  security:
    minPasswordLength: 4
    unLoggedinGroup: unLoggedinGroup
    passwordHash: SHA256
  registration:
    enabled: true
    messageInterval: 5
    force: true
  unrestrictions:
    UnrestrictedName: []
VBullettinOptions:
  mySQLColumnSalt: ''
  mySQLColumnGroup: ''
  nonActivedUserGroup: -1
permission:
  EnablePermissionCheck: false

Re: Creative/Survival

Napsal: 10 črc 2012, 19:41
od Sejcek
Tak co ? :DD