PermisionEX a chat po 150te

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
ZionZangar
Příspěvky: 60
Věk: 60
Registrován: 17 říj 2015, 22:57
Reputation: 0

PermisionEX a chat po 150te

#1 Příspěvekod ZionZangar » 06 úno 2016, 08:32

Server:82.208.17.24:27582

Zdravím všechny minecrafťáky.
Pro mnoho z vás to bude asi triviální záležitost, ale mě už trápí pěkně dlouho. No nebudu tady zbytečně řečnit a půjdu rovnou k věci.

Chci aby se mi v chatu objevily prefix a barvy nastavené v pluginu permisionEX. Bohužel po několika MĚSÍČNÍCH pokusech se mi to stále nepovedlo a různe pluginy pro chatmanagering a plugin permisionEX si spolu stále nechtějí potykat.
Co s tím????
Pro jednoduchost jsem nakonec zvolil plugin ChatEX http://dev.bukkit.org/bukkit-plugins/chatex/, který je prý jako náhrada za manager přikládaný kdysi k permisionEX.
V logu se neobjevuje žádná hláška ani chyba, naopak pluginy potvrdí spojení mezi sebou.
Pikládám oba configy a permision.yml

config chatex

Kód: Vybrat vše

# multi-suffixes: Should the multi-suffixes be enabled? See readme.txt for more info.
# logChat: Should the chat be logged?
# Priority: EventPriority for the ChatListener. See readme.txt for more info.
# Debug: Enables debug mode. Enable this if you get a bug.
# Locale: Which language do you want? (You can choose betwenn de-DE, en-EN and ru-RU by default.)
# Ads.Enabled: Should we check for ads?
# Ads.Bypass: A list with allowed ips or domains.
# Ads.Log: Should the ads be loged in a file?
# Messages.JoinAndQuit.Enabled: Do you want to change the join and the quit messages?

enable: true
message-format: '%faction %prefix%displayname%suffix: %message'
global-message-format: '%faction &9[%world] %prefix%displayname%suffix: &e%message'
ranged-mode: false
chat-range: 100.0
multi-prefixes: true
multi-suffixes: true
logChat: true
Priority: LOWEST
Debug: false
Locale: en-EN
Ads:
  Enabled: true
  Bypass:
  - 127.0.0.1
  - my-domain.com
  Log: true
Messages:
  JoinAndQuit:
    Enabled: false

config permisionex

Kód: Vybrat vše

multiserver:
  use-netevents: true
permissions:
  debug: false
  allowOps: false
  user-add-groups-last: false
  log-players: false
  createUserRecords: false
  backend: file
  informplayers:
    changes: false
  basedir: plugins/PermissionsEx
  backends:
    file:
      type: file
      file: permissions.yml
updater: true
alwaysUpdate: false

permision.yml

Kód: Vybrat vše

groups:
  player:
    options:
      rank: '800'
      default: true
    prefix: '&7Hrac &f'
    permissions:
    - modifyworld.*
    - chatex.allowchat
    - chairs.sit
  vip:
    options:
      rank: '750'
    prefix: '&7VIP &f'
    inheritance:
    - player
    permissions:
    - chairs.sit.health 
  ovner:
    options:
      rank: '10'
    prefix: '&6OGA &4'
    suffix: '&6'
    inheritance:
    - supervip
    - helper
    - builder
    - leadergamemoderator
    - leadergameadmin
    permissions:
    - .*
    - modifyworld.*
    - permissions.*
schema-version: 1
users:
  83aa2fcc-3be4-36db-a9a4-af15e2f9138a:
    group:
    - ovner
    options:
      name: ZionZangar

pro úplnost výpis logu po startu serveru

Kód: Vybrat vše

[07:40:29] [Server thread/INFO]: Starting minecraft server version 1.8.8
[07:40:29] [Server thread/INFO]: Loading properties
[07:40:29] [Server thread/INFO]: Default game type: ADVENTURE
[07:40:30] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-db6de12-efe04b8 (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
[07:40:30] [Server thread/INFO]: Server Ping Player Sample Count: 12
[07:40:30] [Server thread/INFO]: Using 4 threads for Netty based IO
[07:40:30] [Server thread/INFO]: Debug logging is disabled
[07:40:30] [Server thread/INFO]: Generating keypair
[07:40:30] [Server thread/INFO]: Starting Minecraft server on 82.208.17.24:27582
[07:40:30] [Server thread/INFO]: Using epoll channel type
[07:40:30] [Server thread/INFO]: Set PluginClassLoader as parallel capable
[07:40:30] [Server thread/INFO]: [CoreProtect] Loading CoreProtect v2.12.0
[07:40:30] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v6.1;no_git_id
[07:40:30] [Server thread/INFO]: [HealthBar] Loading HealthBar v1.8.2
[07:40:30] [Server thread/INFO]: [AntiCreeper] Loading AntiCreeper v4.18.1
[07:40:30] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.23.4
[07:40:30] [Server thread/WARN]: [PermissionsEx] This server is in offline mode. Unless this server is configured to integrate with a supported proxy (see http://dft.ba/-8ous), UUIDs *may not be stable*!
[07:40:30] [Server thread/INFO]: [TreeAssist] Loading TreeAssist v5.8.91
[07:40:30] [Server thread/INFO]: [Chairs] Loading Chairs v4.6
[07:40:30] [Server thread/INFO]: [WorldBorder] Loading WorldBorder v1.8.5
[07:40:30] [Server thread/INFO]: [Vault] Loading Vault v1.5.6-b49
[07:40:30] [Server thread/INFO]: [CommandBook] Loading CommandBook v2.4:1692-75bb1c8,master
[07:40:30] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
[07:40:30] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b699
[07:40:30] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v6.1
[07:40:30] [Server thread/INFO]: [ProtocolLib] Loading ProtocolLib v3.6.4
[07:40:30] [Server thread/WARN]: [ProtocolLib] Version (MC: 1.8.8) has not yet been tested! Proceed with caution.
[07:40:30] [Server thread/INFO]: [FramePicture] Loading FramePicture v1.8.7
[07:40:30] [Server thread/INFO]: [AuthMe] Loading AuthMe v5.0-SNAPSHOT
[07:40:30] [Server thread/INFO]: [ChatEx] Loading ChatEx v1.3
[07:40:30] [Server thread/INFO]: [Vault] Enabling Vault v1.5.6-b49
[07:40:30] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[07:40:30] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[07:40:30] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[07:40:30] [Server thread/INFO]: [Vault] Enabled Version 1.5.6-b49
[07:40:30] [Server thread/INFO]: [ProtocolLib] Enabling ProtocolLib v3.6.4
[07:40:30] [Server thread/INFO]: [ProtocolLib] Started structure compiler thread.
[07:40:30] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[07:40:30] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[07:40:30] [Server thread/WARN]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
[07:40:30] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[07:40:30] [Server thread/INFO]: **** Beginning UUID conversion, this may take A LONG time ****
[07:40:30] [Server thread/INFO]: Preparing level "zalimar"
[07:40:30] [Server thread/INFO]: -------- World Settings For [zalimar] --------
[07:40:30] [Server thread/INFO]: Mob Spawn Range: 4
[07:40:30] [Server thread/INFO]: Anti X-Ray: true
[07:40:30] [Server thread/INFO]:    Engine Mode: 1
[07:40:30] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[07:40:30] [Server thread/INFO]:    Replace Blocks: [1, 5]
[07:40:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:40:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:40:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:40:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[07:40:30] [Server thread/INFO]: Random Lighting Updates: false
[07:40:30] [Server thread/INFO]: Structure Info Saving: true
[07:40:30] [Server thread/INFO]: Sending up to 10 chunks per packet
[07:40:30] [Server thread/INFO]: Max Entity Collisions: 8
[07:40:30] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[07:40:30] [Server thread/INFO]: Max TNT Explosions: 100
[07:40:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:40:30] [Server thread/INFO]: Item Despawn Rate: 6000
[07:40:30] [Server thread/INFO]: Item Merge Radius: 2.5
[07:40:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:40:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:40:30] [Server thread/INFO]: View Distance: 7
[07:40:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:40:30] [Server thread/INFO]: Chunks to Grow per Tick: 650
[07:40:30] [Server thread/INFO]: Clear tick list: false
[07:40:30] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:40:30] [Server thread/INFO]: -------- World Settings For [zalimar_nether] --------
[07:40:30] [Server thread/INFO]: Mob Spawn Range: 4
[07:40:30] [Server thread/INFO]: Anti X-Ray: true
[07:40:30] [Server thread/INFO]:    Engine Mode: 1
[07:40:30] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[07:40:30] [Server thread/INFO]:    Replace Blocks: [1, 5]
[07:40:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:40:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:40:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:40:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[07:40:30] [Server thread/INFO]: Random Lighting Updates: false
[07:40:30] [Server thread/INFO]: Structure Info Saving: true
[07:40:30] [Server thread/INFO]: Sending up to 10 chunks per packet
[07:40:30] [Server thread/INFO]: Max Entity Collisions: 8
[07:40:30] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[07:40:30] [Server thread/INFO]: Max TNT Explosions: 100
[07:40:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:40:30] [Server thread/INFO]: Item Despawn Rate: 6000
[07:40:30] [Server thread/INFO]: Item Merge Radius: 2.5
[07:40:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:40:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:40:30] [Server thread/INFO]: View Distance: 7
[07:40:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:40:30] [Server thread/INFO]: Chunks to Grow per Tick: 650
[07:40:30] [Server thread/INFO]: Clear tick list: false
[07:40:30] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:40:30] [Server thread/INFO]: -------- World Settings For [zalimar_the_end] --------
[07:40:30] [Server thread/INFO]: Mob Spawn Range: 4
[07:40:30] [Server thread/INFO]: Anti X-Ray: true
[07:40:30] [Server thread/INFO]:    Engine Mode: 1
[07:40:30] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[07:40:30] [Server thread/INFO]:    Replace Blocks: [1, 5]
[07:40:30] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:40:30] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:40:30] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:40:30] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:40:30] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[07:40:30] [Server thread/INFO]: Random Lighting Updates: false
[07:40:30] [Server thread/INFO]: Structure Info Saving: true
[07:40:30] [Server thread/INFO]: Sending up to 10 chunks per packet
[07:40:30] [Server thread/INFO]: Max Entity Collisions: 8
[07:40:30] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[07:40:30] [Server thread/INFO]: Max TNT Explosions: 100
[07:40:30] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:40:30] [Server thread/INFO]: Item Despawn Rate: 6000
[07:40:30] [Server thread/INFO]: Item Merge Radius: 2.5
[07:40:30] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:40:30] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:40:30] [Server thread/INFO]: View Distance: 7
[07:40:30] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:40:30] [Server thread/INFO]: Chunks to Grow per Tick: 650
[07:40:30] [Server thread/INFO]: Clear tick list: false
[07:40:30] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:40:30] [Server thread/INFO]: Preparing start region for level 0 (Seed: 378656351)
[07:40:31] [Server thread/INFO]: Preparing start region for level 1 (Seed: -6871603862445397718)
[07:40:32] [Server thread/INFO]: Preparing start region for level 2 (Seed: -6871603862445397718)
[07:40:32] [Server thread/INFO]: [CoreProtect] Enabling CoreProtect v2.12.0
[07:40:32] [Server thread/INFO]: CoreProtect version 2.12.0 is enabled!
[07:40:32] [Server thread/INFO]: [CoreProtect] Using SQLite for data storage.
[07:40:32] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v6.1;no_git_id
[07:40:33] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[07:40:33] [Server thread/INFO]: [WorldEdit] Using com.sk89q.worldedit.bukkit.adapter.impl.Spigot_v1_8_R3 as the Bukkit adapter
[07:40:33] [Server thread/INFO]: [HealthBar] Enabling HealthBar v1.8.2
[07:40:33] [Server thread/INFO]: [AntiCreeper] Enabling AntiCreeper v4.18.1
[07:40:33] [Server thread/INFO]: [AntiCreeper] brought to you by Filbert66
[07:40:33] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.23.4
[07:40:33] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[07:40:33] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[07:40:33] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[07:40:33] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[07:40:33] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[07:40:33] [Server thread/INFO]: [TreeAssist] Enabling TreeAssist v5.8.91
[07:40:33] [Server thread/INFO]: [TreeAssist] debugging: off
[07:40:33] [Server thread/INFO]: [Chairs] Enabling Chairs v4.6
[07:40:33] [Server thread/INFO]: [Chairs] Allowed block: WOOD_STAIRS => 0.7
[07:40:33] [Server thread/INFO]: [Chairs] Allowed block: SPRUCE_WOOD_STAIRS => 0.7
[07:40:33] [Server thread/INFO]: [Chairs] Allowed block: JUNGLE_WOOD_STAIRS => 0.7
[07:40:33] [Server thread/INFO]: [Chairs] Allowed block: BIRCH_WOOD_STAIRS => 0.7
[07:40:33] [Server thread/INFO]: [Chairs] Allowed block: SANDSTONE_STAIRS => 0.7
[07:40:33] [Server thread/INFO]: [Chairs] Allowed block: COBBLESTONE_STAIRS => 0.7
[07:40:33] [Server thread/INFO]: [Chairs] Allowed block: BRICK_STAIRS => 0.7
[07:40:33] [Server thread/INFO]: [Chairs] Allowed block: SMOOTH_STAIRS => 0.7
[07:40:33] [Server thread/INFO]: [Chairs] Allowed block: NETHER_BRICK_STAIRS => 0.7
[07:40:33] [Server thread/INFO]: [Chairs] Allowed block: QUARTZ_STAIRS => 0.7
[07:40:33] [Server thread/INFO]: [Chairs] Allowed block: ACACIA_STAIRS => 0.7
[07:40:33] [Server thread/INFO]: [Chairs] Allowed block: DARK_OAK_STAIRS => 0.7
[07:40:33] [Server thread/INFO]: [Chairs] Allowed block: RED_SANDSTONE_STAIRS => 0.7
[07:40:33] [Server thread/INFO]: [WorldBorder] Enabling WorldBorder v1.8.5
[07:40:33] [Server thread/INFO]: [WorldBorder] [CONFIG] Using rectangular/square border, knockback of 3.0 blocks, and timer delay of 5.
[07:40:33] [Server thread/INFO]: [WorldBorder] [CONFIG] Border-checking timed task started.
[07:40:33] [Server thread/INFO]: [WorldBorder] [CONFIG] World "zalimar" has border radius 2000 at X: 0.5 Z: 0.5
[07:40:33] [Server thread/INFO]: [WorldBorder] For reference, the main world's spawn location is at X: 19.0 Y: 75.0 Z: 396.0
[07:40:33] [Server thread/INFO]: [CommandBook] Enabling CommandBook v2.4:1692-75bb1c8,master
[07:40:33] [Server thread/INFO]: [CommandBook] Maximum wrapper compatibility is enabled. Some features have been disabled to be compatible with poorly written server wrappers.
[07:40:33] [Server thread/INFO]: [CommandBook] 0 Homes(s) loaded
[07:40:33] [Server thread/INFO]: [CommandBook] 0 Warps(s) loaded
[07:40:33] [Server thread/INFO]: [CommandBook] 1 kit(s) loaded.
[07:40:33] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
[07:40:33] [Server thread/INFO]: Starting FakaHedaMinequery server on 82.208.17.24:28582
[07:40:33] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b699
[07:40:33] [Server thread/INFO]: -------- World Settings For [reality] --------
[07:40:33] [Server thread/INFO]: Mob Spawn Range: 4
[07:40:33] [Server thread/INFO]: Anti X-Ray: true
[07:40:33] [Server thread/INFO]:    Engine Mode: 1
[07:40:33] [Server thread/INFO]:    Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
[07:40:33] [Server thread/INFO]:    Replace Blocks: [1, 5]
[07:40:33] [Server thread/INFO]: Nerfing mobs spawned from spawners: false
[07:40:33] [Server thread/INFO]: Cactus Growth Modifier: 100%
[07:40:33] [Server thread/INFO]: Cane Growth Modifier: 100%
[07:40:33] [Server thread/INFO]: Melon Growth Modifier: 100%
[07:40:33] [Server thread/INFO]: Mushroom Growth Modifier: 100%
[07:40:33] [Server thread/INFO]: Pumpkin Growth Modifier: 100%
[07:40:33] [Server thread/INFO]: Sapling Growth Modifier: 100%
[07:40:33] [Server thread/INFO]: Wheat Growth Modifier: 100%
[07:40:33] [Server thread/INFO]: NetherWart Growth Modifier: 100%
[07:40:33] [Server thread/INFO]: Entity Activation Range: An 32 / Mo 32 / Mi 16
[07:40:33] [Server thread/INFO]: Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
[07:40:33] [Server thread/INFO]: Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
[07:40:33] [Server thread/INFO]: Random Lighting Updates: false
[07:40:33] [Server thread/INFO]: Structure Info Saving: true
[07:40:33] [Server thread/INFO]: Sending up to 10 chunks per packet
[07:40:33] [Server thread/INFO]: Max Entity Collisions: 8
[07:40:33] [Server thread/INFO]: Custom Map Seeds:  Village: 10387312 Feature: 14357617
[07:40:33] [Server thread/INFO]: Max TNT Explosions: 100
[07:40:33] [Server thread/INFO]: Tile Max Tick Time: 50ms Entity max Tick Time: 50ms
[07:40:33] [Server thread/INFO]: Item Despawn Rate: 6000
[07:40:33] [Server thread/INFO]: Item Merge Radius: 2.5
[07:40:33] [Server thread/INFO]: Arrow Despawn Rate: 1200
[07:40:33] [Server thread/INFO]: Allow Zombie Pigmen to spawn from portal blocks: true
[07:40:33] [Server thread/INFO]: View Distance: 7
[07:40:33] [Server thread/INFO]: Zombie Aggressive Towards Villager: true
[07:40:33] [Server thread/INFO]: Chunks to Grow per Tick: 650
[07:40:33] [Server thread/INFO]: Clear tick list: false
[07:40:33] [Server thread/INFO]: Experience Merge Radius: 3.0
[07:40:33] [Server thread/INFO]: Preparing start region for level 3 (Seed: -4621521789705862904)
[07:40:34] [Server thread/INFO]: Preparing spawn area for reality, 97%
[07:40:34] [Server thread/INFO]: [Multiverse-Core] 4 - World(s) loaded.
[07:40:34] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b699 (API v19) Enabled - By Rigby, fernferret, lithium3141 and main--
[07:40:34] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v6.1
[07:40:34] [Server thread/INFO]: [WorldGuard] (zalimar) TNT ignition is PERMITTED.
[07:40:34] [Server thread/INFO]: [WorldGuard] (zalimar) Lighters are PERMITTED.
[07:40:34] [Server thread/INFO]: [WorldGuard] (zalimar) Lava fire is blocked.
[07:40:34] [Server thread/INFO]: [WorldGuard] (zalimar) Fire spread is UNRESTRICTED.
[07:40:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'zalimar'
[07:40:34] [Server thread/INFO]: [WorldGuard] (zalimar_nether) TNT ignition is PERMITTED.
[07:40:34] [Server thread/INFO]: [WorldGuard] (zalimar_nether) Lighters are PERMITTED.
[07:40:34] [Server thread/INFO]: [WorldGuard] (zalimar_nether) Lava fire is blocked.
[07:40:34] [Server thread/INFO]: [WorldGuard] (zalimar_nether) Fire spread is UNRESTRICTED.
[07:40:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'zalimar_nether'
[07:40:34] [Server thread/INFO]: [WorldGuard] (zalimar_the_end) TNT ignition is PERMITTED.
[07:40:34] [Server thread/INFO]: [WorldGuard] (zalimar_the_end) Lighters are PERMITTED.
[07:40:34] [Server thread/INFO]: [WorldGuard] (zalimar_the_end) Lava fire is blocked.
[07:40:34] [Server thread/INFO]: [WorldGuard] (zalimar_the_end) Fire spread is UNRESTRICTED.
[07:40:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'zalimar_the_end'
[07:40:34] [Server thread/INFO]: [WorldGuard] (reality) TNT ignition is PERMITTED.
[07:40:34] [Server thread/INFO]: [WorldGuard] (reality) Lighters are PERMITTED.
[07:40:34] [Server thread/INFO]: [WorldGuard] (reality) Lava fire is blocked.
[07:40:34] [Server thread/INFO]: [WorldGuard] (reality) Fire spread is UNRESTRICTED.
[07:40:34] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'reality'
[07:40:34] [Server thread/INFO]: [WorldGuard] Loading region data...
[07:40:35] [Server thread/INFO]: [FramePicture] Enabling FramePicture v1.8.7
[07:40:35] [Server thread/INFO]: [FramePicture] Configuration loaded!
[07:40:35] [Server thread/INFO]: [FramePicture] Loaded 0 frames!
[07:40:35] [Server thread/INFO]: [FramePicture] Caching frames ...
[07:40:35] [Server thread/INFO]: [FramePicture] Cached 0 frames!
[07:40:35] [Server thread/INFO]: [FramePicture] Plugin enabled!
[07:40:35] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.0-SNAPSHOT
[07:40:35] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[07:40:35] [Server thread/INFO]: [AuthMe] Set Language: cz
[07:40:35] [Server thread/INFO]: [AuthMe] Metrics started successfully!
[07:40:35] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[07:40:35] [Server thread/INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations
[07:40:35] [Server thread/INFO]: [AuthMe] SQLite driver loaded
[07:40:35] [Server thread/INFO]: [AuthMe] SQLite Setup finished
[07:40:35] [Server thread/INFO]: [AuthMe] [LICENSE] This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[07:40:35] [Server thread/INFO]: [AuthMe] AuthMe hook perfectly with server hosting VERYGAMES
[07:40:35] [Server thread/INFO]: [AuthMe] Authme 5.0-SNAPSHOT enabled
[07:40:35] [Server thread/INFO]: [ChatEx] Enabling ChatEx v1.3
[07:40:35] [Server thread/INFO]: [ChatEx] Loading updater by TheJeterLP. Project id: 65863
[07:40:35] [Server thread/INFO]: [ChatEx] Loading updater-config...
[07:40:35] [Server thread/INFO]: [ChatEx] Done!
[07:40:35] [Server thread/INFO]: [ChatEx] Updatechecker is enabled.
[07:40:35] [Server thread/INFO]: [ChatEx] Successfully hooked into: PermissionsEx
[07:40:35] [Server thread/INFO]: [ChatEx] Listener registered with Priority: LOWEST
[07:40:35] [Server thread/INFO]: [ChatEx] is now enabled!
[07:40:35] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[07:40:35] [Server thread/INFO]: Done (4.578s)! For help, type "help" or "?"
[07:40:35] [Server thread/INFO]: Starting GS4 status listener
[07:40:35] [Server thread/INFO]: Starting remote control listener
[07:40:35] [Query Listener #1/INFO]: Query running on 82.208.17.24:27582
[07:40:35] [RCON Listener #2/INFO]: RCON running on 82.208.17.24:26582
[07:40:35] [Craft Scheduler Thread - 9/INFO]: [Vault] Checking for Updates ...
[07:40:35] [Craft Scheduler Thread - 9/INFO]: [Vault] No new version available
[07:40:38] [Server thread/INFO]: [ChatEx] There is no new version available. You are up-to-date!

Celou dobu si myslím že by oba pluginy měly spolu mluvit a být ve spokojeném soužití a né jak manželé po 40ti letech, kteří potřebují prostředníka aby se vůbec domluvili co si dají k večeři.
Tím chci říct, že bych nerad používal kvůli barvám a prefixu další pluginy jako colorme atd.
Na serveru v budoucnu budou funkční Towny, ale ani přes jejich fc se mi ty barvy a prefix nepovedlo zprovoznit.

Díky za každou radu nebo poukázání na chybu.

P.S. Jediného pokroku kterého jsem jednou dosáhl bylo to, že se mi před jménem objevilo "ovner" ovšem bez barev a to s pluginem chatmanager reloadet

LukixCZ
Příspěvky: 234
Věk: 25
Registrován: 10 lis 2013, 07:55
Reputation: 0

Re: PermisionEX a chat po 150te

#2 Příspěvekod LukixCZ » 06 úno 2016, 08:49

Stačí mít Essentials a EssentialsChat :) Asi nejlepší plugin pro pex. A zároveň jsou tam základní příkazy jak je: Home, Sethome atd.
Připoj se k nám play.southcraft.eu
Zvednutí karmy za spokojenost nic nestojí :)

Uživatelský avatar
ZionZangar
Příspěvky: 60
Věk: 60
Registrován: 17 říj 2015, 22:57
Reputation: 0

Re: PermisionEX a chat po 150te

#3 Příspěvekod ZionZangar » 06 úno 2016, 10:04

Lukix diky na příkazy už plugin mám a esential prý dělá brykule :-) no každopádně bych rád zůstal u jednoduchosti to znamená pex a nějaký chatmanager

Uživatelský avatar
Hanakocz
Příspěvky: 3228
Věk: 34
Registrován: 25 črc 2013, 20:53
Reputation: 7
Kontaktovat uživatele:

Re: PermisionEX a chat po 150te

#4 Příspěvekod Hanakocz » 06 úno 2016, 12:50

Chatex by měl fungovat. Dobře děláš, že se bráníš Essentials, je to něco jako virus, který dělá spoustu věcí který spíš nechceš a jsou s tím akorát potíže...
Ono v tom tvém textu tak trochu chybí aktuální stav. Co to zobrazuje teď?

1) Je VELMI vhodné mít PEX na MySQL. A NEPSAT to do configu, ale přes příkazy -> https://github.com/PEXPlugins/Permissio ... i/Commands -> zamezíš tím chybám ve formátování , nebo že bys měl něco někde jinde, než bys měl mít. Taktéž pokud si otevřeš MySQL přes phpmyadmin, tak tam můžeš vpisovat do pojmenovaných kolonek, ne naslepo odmezerovávat...plus databáze je rychlejší a při větším počtu hráčů a akcí ti nebude zpomalovat server. databázi máš zdarma k serveru, použij!

2) Chatex se skutečně spojí, ale má nejnižší prioritu. Zkontroluj, zda nějaký jiný plugin nechce taky přidávat něco do chatu..

3) zkus nejdřív udělat prefix bez barev. Jen text. Pokud to půjde, tak zjistíš, že máš špatně kody barev.

4) toto je důležitá část z chatexu, která nastavuje přímo ten tvar zprávy:

Kód: Vybrat vše

message-format: '%faction %prefix%displayname%suffix: %message'
global-message-format: '%faction &9[%world] %prefix%displayname%suffix: &e%message'

Teoreticky by stálo za to se na to podívat a třeba vyškrtat věci, s kterými s neporadí, třeba asi nemáš %faction , hm? Jak on to pak má zobrazit?

Ps: owner se nepíše ovner
ps ps: dávat si permission .* je blbost. za prvé taková neexistuje, že by začínala tečkou, takže bys spíš měl mít '*.*' nebo '*' , ale oba případy jsou problematické, je vhodné spíš práva omezit, máš online=false a authme, takže se může stát, že se ti někdo logne na postavu a pak máš vážný problém :P Pitilon by ti povyprávěl, ten to má každej tejden.
Industry 2.0 -> 1.7.10 GregTech6 server. Pro připojení stačí napsat.
Člen ligy pro aktualizaci serverů na novější verze a rozšíření modovaného MC.
Discord FH : http://discord.fakaheda.eu/ (sem psát pokud chcete poradit s MC mody akutně)

Uživatelský avatar
ZionZangar
Příspěvky: 60
Věk: 60
Registrován: 17 říj 2015, 22:57
Reputation: 0

Re: PermisionEX a chat po 150te

#5 Příspěvekod ZionZangar » 06 úno 2016, 18:24

Ahojky

vím, že je DB výhodnější a do budoucna s ní počítám na všechno (vzdálená vlastní db) ovšem to není momentálně jádro pudla :-)

takže jsem si trošku hrál a chatex zobrazí v chatu jakoukoli proměnou (včetně přidaných barev přímo v configu chatex) kterou přidám kromě prefixu a suffixu
viz:

Kód: Vybrat vše

message-format: '&2%time &5%player &6%group %prefix%displayname%suffix: &1%message'

příkazy s permisionex vypisují také vše jen pi vylistovaní skupin mám všude 0 uživatelů a měl bych já být ve skupině owner, ale i tam je velká 0 (příkaz /pex groups list nebo /pex group atd)
V permision jsem uveden (viz výpis výše) a zadání bylo pomocí příkazu v konzoli

Problém nevyřešila ani změna priority v chatex

A teď co dál :-)

-- 06 úno 2016, 20:26 --

VYŘEŠENO

ze zoufalství jsem prefix smazal a přes příkaz v chatu znovu zadal ....... a ejhle - najednou se vše objevilo tak jak má. Dokonce lze vše editovat rovnou v souboru a přes /pex reload vše načíst.
ted to jdu otestovat u všech ostatních prefixu a suffixu

Ovšem zůstává mi to celé záhadou.

Proč nelze do souboru zadat prefix a suffix přímým zápisem, když následně editovat lze cokoli. A podotýkám, že formátováním to není, soubory jsou zcela identické. Pro editaci používám výhradně PSPad nebo Notepad++ a tabulátor nepoužívám. Navíc soubory *.yml vždy ještě projíždím kontrolou na stránkách http://yaml-online-parser.appspot.com/

-- 07 úno 2016, 07:32 --

K permisionex mám ještě jeden dotaz a to:

Jak docílím automaticky defaultní prefix u nového hráče????
Proměnou default mam zadanou, ale novému hráči se prefix automaticky nepřidá.


Zpět na „Minecraft, Tekkit“

Kdo je online

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