Res

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
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: Res

#11 Příspěvekod panChemicky » 01 zář 2014, 17:05

To default:false znamená, že když se připojí nový hráč na server, tak nebude patřit do té skupiny.
Bude patřit do skupiny, která má nastaveno default:true

Zkoušel jsi to podle příkazu /resadmin set Rezka damage f ?
ObrázekObrázek

Uživatelský avatar
PsyKo_PvP
Příspěvky: 234
Registrován: 19 srp 2014, 00:00
Reputation: 0
Kontaktovat uživatele:

Re: Res

#12 Příspěvekod PsyKo_PvP » 01 zář 2014, 17:30

Nie neskušal ja skusim ešte raz nainštalovať ten pl
Ak som ti pomohol odmeň ma karmou+ :)

marty_
Příspěvky: 1191
Věk: 54
Registrován: 27 srp 2012, 10:10
Reputation: 0
Bydliště: Hranice na Morave
Kontaktovat uživatele:

Re: Res

#13 Příspěvekod marty_ » 01 zář 2014, 19:34

jako majitel si dej pro full pristup k residencim tuto permisi:

Kód: Vybrat vše

residence.admin

a pak ti budou fungovat prikazy typu / resadmin viz ukazka:

Kód: Vybrat vše

 /resadmin set <neci_residence> damage f


ostatni hraci maji mit jen tuto permisi:

Kód: Vybrat vše

residence.create


jine permise plugin rezidence nezna.
Všechny své servery jsem sloučil pomocí BungeeCordu na jediny multiserver play.hero-craft.cz a jsem maximálně spokojenej :)
Jsou to tyto:
Lobby (1.11), Creativ(1.12), Skyblock(1.12), Planet(1.12), Games(1.9.4), Hranice(1.11), Classic(1.12), , Seniorcraft (1.12), a dalsi pripravuji... (aktualne RPG 1.12)

Uživatelský avatar
PsyKo_PvP
Příspěvky: 234
Registrován: 19 srp 2014, 00:00
Reputation: 0
Kontaktovat uživatele:

Re: Res

#14 Příspěvekod PsyKo_PvP » 02 zář 2014, 14:51

Spravil som to tak, PermissionsEx:
Spoiler: zobrazit

Kód: Vybrat vše

groups:
  Hrac:
    permissions:
    - residence.create
    - essentials.signs.use.free
    - essentials.warp.list
    - essentials.mail.sendall
    - essentials.mail
    - essentials.mail.send
    - marry.default
    - essentials.list
    - essentials.balancetop
    - essentials.signs.use.buy
    - essentials.buy
    - essentials.warp
    - essentials.kits.Start
    - essentials.kit
    - essentials.tpa
    - essentials.sethome
    - essentials.home
    - plotme.limit.1
    - essentials.delhome
    - essentials.balance
    - essentials.balancetop
    - modifyworld.*
    - essentials.tpaccept
    - essentials.tpdeny
    - plotme.use.*
    - essentials.msg
    - essentials.spawn
    - lwc.create.*
    - lwc.modify
    - lwc.unlock
    - lwc.info
    - lwc.remove
    - lwc.flag.*
    - essentials.pay
    - essentials.help
    - essentials.signs.use.warp
    - essentials.sethome.multiple.Hrac
    options:
      build: true
      prefix: '&f[Hráč]&f'
      default: true
  VIP:
    permissions:
    - essentials.sethome.multiple.VIP
    - plotme.limit.2
    - essentials.spawner.*
    - alphachest.chest
    - essentials.kits.VIP
    - essentials.weather
    - essentials.joinfullserver
    - essentials.god
    - essentials.spawner.[mob]
    - essentials.clearinventory
    - alphachest.workbench
    - essentials.heal
    - essentials.feed
    - essentials.afk
    - essentials.afk.auto
    - essentials.hat
    - essentials.fly
    inheritance:
    - Hrac
    options:
      build: true
      prefix: '&4[&eVIP&4]&b'
      default: true
  ExtraVIP:
    permissions:
    - essentials.kits.ExtraVIP
    - essentials.sethome.multiple.ExtraVIP
    - essentials.repair.all
    - essentials.repair
    - essentials.ignore
    - essentials.time
    - essentials.enderchest
    - essentials.gamemode
    - essentials.back
    inheritance:
    - Hrac
    - VIP
    options:
      build: true
      prefix: '&4[&bExtraVIP&4]&6'
      default: true
  TrialOP:
    permissions:
    - essentials.chat.format
    - essentials.invsee
    - essentials.kittycannon
    - essentials.kits.TrialOP
    - essentials.vanish
    - essentials.sethome.multiple.TrialOP
    - essentials.chat.color
    inheritance:
    - Hrac
    - VIP
    - ExtraVIP
    options:
      build: true
      prefix: '&4[&1TrialOP&4]&5'
      default: true
  Admin:
    permissions:
    - '*'
    options:
      build: true
      prefix: '&1&l[&4&lAdmin&1&l]&a'
      default: true
  Majitel:
    permissions:
    - residence.admin
    - '*'
    options:
      build: true
      prefix: '&4&l[&2&lMajitel&4&l]&9&l'
      default: true
users:
  c5ac0fa3-3603-3083-8851-763212c61165:
    group:
    - Majitel
    options:
      name: PsyKo_PvP
  efe30845-2615-3878-bde0-163e31da6c84:
    group:
    - Hrac
    options:
      name: Iceley
  791d3de7-5007-3089-acf0-46f48c04f7a4:
    group:
    - Majitel
    options:
      name: LikeManSK
  6d6df643-3e56-347d-b42c-27423ded87c9:
    group:
    - Admin
    options:
      name: error
  errer:
    group:
    - Hrac
schema-version: 1

A píše mi to že : /res ? or /resadmin ? for more info

-- 02 zář 2014, 13:54 --

To my písalo ked som napísal /resadmin damage f ale keď som dal /resadmin set Doly damage f tak mi to píše toto : Invalid residence...
Ak som ti pomohol odmeň ma karmou+ :)

OneTime97
Příspěvky: 1552
Věk: 24
Registrován: 03 kvě 2014, 12:20
Reputation: 1
Kontaktovat uživatele:

Re: Res

#15 Příspěvekod OneTime97 » 02 zář 2014, 15:10

Kasli na jméno residence..

Postav se do ni (ve ktere to chceš zakázat a napiš:

Kód: Vybrat vše

/resadmin set damage f

A když už., tak je to obráceně

Kód: Vybrat vše

/resadmin set damage Doly f
;-)
Každodenní stream od 19:00
https://www.twitch.tv/thief97
Sledujte mě na FB
https://www.twitch.tv/thief97

Uživatelský avatar
PsyKo_PvP
Příspěvky: 234
Registrován: 19 srp 2014, 00:00
Reputation: 0
Kontaktovat uživatele:

Re: Res

#16 Příspěvekod PsyKo_PvP » 02 zář 2014, 15:12

Tak nič funguje to ale ked vojdem do resky tak mi to nepíše ani welcam a môžu tam hráči hned ničiť

-- 02 zář 2014, 19:09 --

Tak čo pomôže mi tu niekto ????
Ak som ti pomohol odmeň ma karmou+ :)

Uživatelský avatar
zdenda204
Příspěvky: 3617
Věk: 36
Registrován: 23 kvě 2012, 21:38
Reputation: 0

Re: Res

#17 Příspěvekod zdenda204 » 02 zář 2014, 20:19

Přilož latest.log při startu.
Přijímám zakázky na skripty/pluginy v PHP/Javě za malý poplatky! A kup mi sušenku :) Obrázek Obrázek
⇨Projekt Market⇦

Uživatelský avatar
LpBahos
Příspěvky: 934
Věk: 25
Registrován: 30 dub 2013, 15:52
Reputation: 0
Bydliště: Opava
Kontaktovat uživatele:

Re: Res

#18 Příspěvekod LpBahos » 02 zář 2014, 20:23

PsyKo_PvP píše:Tak nič funguje to ale ked vojdem do resky tak mi to nepíše ani welcam a môžu tam hráči hned ničiť

-- 02 zář 2014, 19:09 --

Tak čo pomôže mi tu niekto ????


A je tam vůbec ta res?-_-

Uživatelský avatar
PsyKo_PvP
Příspěvky: 234
Registrován: 19 srp 2014, 00:00
Reputation: 0
Kontaktovat uživatele:

Re: Res

#19 Příspěvekod PsyKo_PvP » 02 zář 2014, 20:24

Spoiler: zobrazit

Kód: Vybrat vše

[20:23:05] [Server thread/INFO]: Starting minecraft server version 1.7.5
[20:23:05] [Server thread/INFO]: Loading properties
[20:23:05] [Server thread/INFO]: Default game type: SURVIVAL
[20:23:05] [Server thread/INFO]: Generating keypair
[20:23:05] [Server thread/INFO]: Starting Minecraft server on 93.91.250.137:27094
[20:23:05] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks (MC: 1.7.5) (Implementing API version 1.7.5-R0.1-SNAPSHOT)
[20:23:05] [Thread-7/INFO]: ----- Bukkit Auto Updater -----
[20:23:05] [Thread-7/INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
[20:23:05] [Thread-7/INFO]: If you would like to be kept informed about new Development Build releases, it is recommended that you change 'preferred-channel' in your bukkit.yml to 'dev'.
[20:23:05] [Thread-7/INFO]: With that set, you will be told whenever a new version is available for download, so that you can always keep up to date and secure with the latest fixes.
[20:23:05] [Thread-7/INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
[20:23:05] [Thread-7/INFO]: ----- ------------------- -----
[20:23:06] [Server thread/ERROR]: Could not load 'plugins/DigitalClock.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: java.lang.UnsupportedClassVersionError: cz/perwin/digitalclock/DigitalClock : Unsupported major.minor version 52.0
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
   at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:328) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
   at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
   at org.bukkit.craftbukkit.v1_7_R2.CraftServer.loadPlugins(CraftServer.java:350) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
   at org.bukkit.craftbukkit.v1_7_R2.CraftServer.<init>(CraftServer.java:312) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
   at net.minecraft.server.v1_7_R2.PlayerList.<init>(PlayerList.java:63) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
   at net.minecraft.server.v1_7_R2.DedicatedPlayerList.<init>(SourceFile:14) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
   at net.minecraft.server.v1_7_R2.DedicatedServer.init(DedicatedServer.java:126) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
   at net.minecraft.server.v1_7_R2.MinecraftServer.run(MinecraftServer.java:426) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
   at net.minecraft.server.v1_7_R2.ThreadServerApplication.run(SourceFile:618) [minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
Caused by: java.lang.UnsupportedClassVersionError: cz/perwin/digitalclock/DigitalClock : Unsupported major.minor version 52.0
   at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.7.0_51]
   at java.lang.ClassLoader.defineClass(ClassLoader.java:800) ~[?:1.7.0_51]
   at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.7.0_51]
   at java.net.URLClassLoader.defineClass(URLClassLoader.java:449) ~[?:1.7.0_51]
   at java.net.URLClassLoader.access$100(URLClassLoader.java:71) ~[?:1.7.0_51]
   at java.net.URLClassLoader$1.run(URLClassLoader.java:361) ~[?:1.7.0_51]
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355) ~[?:1.7.0_51]
   at java.security.AccessController.doPrivileged(Native Method) ~[?:1.7.0_51]
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354) ~[?:1.7.0_51]
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:77) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
   at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:425) ~[?:1.7.0_51]
   at java.lang.ClassLoader.loadClass(ClassLoader.java:358) ~[?:1.7.0_51]
   at java.lang.Class.forName0(Native Method) ~[?:1.7.0_51]
   at java.lang.Class.forName(Class.java:270) ~[?:1.7.0_51]
   at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:40) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
   at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:127) ~[minecraft_server.jar:git-Bukkit-1.7.2-R0.3-14-g8f8716c-b3042jnks]
   ... 9 more
[20:23:06] [Server thread/INFO]: [TimTheEnchanter] Loading TimTheEnchanter v3.0
[20:23:06] [Server thread/INFO]: [AlphaChest] Loading AlphaChest v1.17.0
[20:23:06] [Server thread/INFO]: [WorldEdit] Loading WorldEdit v5.6.3
[20:23:06] [Server thread/INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
[20:23:06] [Server thread/INFO]: [MotdManager] Loading MotdManager v1.41-b20
[20:23:06] [Server thread/INFO]: [Vault] Loading Vault v1.4.1-b436
[20:23:06] [Server thread/INFO]: [PermissionsEx] Loading PermissionsEx v1.22.3
[20:23:06] [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*!
[20:23:06] [Server thread/INFO]: [ScoreboardStats] Loading ScoreboardStats v0.8.2
[20:23:06] [Server thread/INFO]: [PlayerHeads] Loading PlayerHeads v3.8-jenkins-PlayerHeads-1-48-ged24b6b
[20:23:06] [Server thread/INFO]: [WorldGuard] Loading WorldGuard v5.9
[20:23:06] [Server thread/INFO]: [TreeAssist] Loading TreeAssist v5.8.76
[20:23:06] [Server thread/INFO]: [ColoredTablist] Loading ColoredTablist v2.1.2
[20:23:06] [Server thread/INFO]: [HeadDrops] Loading HeadDrops v2.0
[20:23:06] [Server thread/INFO]: [LightVote] Loading LightVote v1.73
[20:23:06] [Server thread/INFO]: [iConomy] Loading iConomy v7.0
[20:23:06] [Server thread/INFO]: [Horses] Loading Horses v1.1.12
[20:23:06] [Server thread/INFO]: [Marriage] Loading Marriage v1.2.5
[20:23:06] [Server thread/INFO]: [ZavAutoMessager] Loading ZavAutoMessager v3.0
[20:23:06] [Server thread/INFO]: [ClearLag] Loading ClearLag v2.7.1
[20:23:06] [Server thread/INFO]: [AutoSaveWorld] Loading AutoSaveWorld v4.13
[20:23:06] [Server thread/INFO]: [Essentials] Loading Essentials vPre2.13.1.7
[20:23:06] [Server thread/INFO]: [Citizens] Loading Citizens v2.0.12-SNAPSHOT (build 1114)
[20:23:06] [Server thread/INFO]: [Jobs] Loading Jobs v2.12.0
[20:23:06] [Server thread/INFO]: [EssentialsSpawn] Loading EssentialsSpawn vPre2.13.1.7
[20:23:06] [Server thread/INFO]: [SafeCreeper] Loading SafeCreeper v1.5.2.5
[20:23:06] [Server thread/INFO]: [LWC] Loading LWC v4.4.0 (b881) (July 11, 2013)
[20:23:06] [Server thread/INFO]: [EchoPet] Loading EchoPet v2.3.3-b408
[20:23:06] [Server thread/INFO]: [EssentialsChat] Loading EssentialsChat vPre2.13.1.7
[20:23:06] [Server thread/INFO]: [Residence] Loading Residence v2.6.6.6
[20:23:06] [Server thread/INFO]: [PlotMe] Loading PlotMe v0.13f
[20:23:06] [Server thread/INFO]: [Multiverse-Core] Loading Multiverse-Core v2.5-b691
[20:23:06] [Server thread/INFO]: [ChestShop] Loading ChestShop v3.7.16
[20:23:06] [Server thread/INFO]: [AuthMe] Loading AuthMe v3.4
[20:23:06] [Server thread/INFO]: [CreativeControl] Loading CreativeControl v6.4
[20:23:06] [Server thread/INFO]: [Vault] Enabling Vault v1.4.1-b436
[20:23:06] [Server thread/INFO]: [Vault] [Economy] Essentials Economy found: Waiting
[20:23:06] [Server thread/WARN]: iConomy - If you are using Flatfile storage be aware that versions 6, 7 and 8 have a CRITICAL bug which can wipe ALL iconomy data.
[20:23:06] [Server thread/WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
[20:23:06] [Server thread/WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
[20:23:06] [Server thread/INFO]: [Vault] [Economy] iConomy 6 found: Waiting
[20:23:06] [Server thread/INFO]: [Vault] [Permission] PermissionsEx found: Waiting
[20:23:06] [Server thread/INFO]: [Vault] [Permission] SuperPermissions loaded as backup permission system.
[20:23:06] [Server thread/INFO]: [Vault] [Chat] PermissionsEx found: Waiting
[20:23:06] [Server thread/INFO]: [Vault] Enabled Version 1.4.1-b436
[20:23:06] [Server thread/INFO]: [AutoSaveWorld] Enabling AutoSaveWorld v4.13
[20:23:06] [Server thread/INFO]: [SafeCreeper] Enabling SafeCreeper v1.5.2.5
[20:23:06] [Server thread/INFO]: [SafeCreeper] Safe Creeper API started!
[20:23:06] [Server thread/INFO]: [SafeCreeper] Safe Creeper API enabled!
[20:23:06] [Server thread/INFO]: [SafeCreeper] Loading global config...
[20:23:06] [Server thread/INFO]: [SafeCreeper] Global config loaded, took 81 ms!
[20:23:06] [Server thread/INFO]: [SafeCreeper] Loading world configs...
[20:23:06] [Server thread/INFO]: [SafeCreeper] 2 world configs loaded, took 4 ms!
[20:23:06] [Server thread/INFO]: [SafeCreeper] Loading global config...
[20:23:06] [Server thread/INFO]: [SafeCreeper] Global config loaded, took 105 ms!
[20:23:06] [Server thread/INFO]: [SafeCreeper] Loading world configs...
[20:23:06] [Server thread/INFO]: [SafeCreeper] 2 world configs loaded, took 4 ms!
[20:23:06] [Server thread/INFO]: §e[SafeCreeper] Checking for updates...
[20:23:07] [Server thread/INFO]: §e[SafeCreeper] No Safe Creeper update available!
[20:23:07] [Server thread/INFO]: [SafeCreeper] Sending Safe Creeper statistics...
[20:23:08] [Server thread/INFO]: [SafeCreeper] Failed to connect to the Safe Creeper statistics servers!
[20:23:08] [Server thread/INFO]: [SafeCreeper] Safe Creeper statistics send, took 82 ms!
[20:23:08] [Server thread/INFO]: [SafeCreeper] Disabling TVNativeLib usage, TVNLib not found.
[20:23:08] [Server thread/INFO]: [SafeCreeper] Error while hooking into PermissionsEx!
[20:23:08] [Server thread/INFO]: [SafeCreeper] Not using Vault Permissions, Vault Permissions is disabled!
[20:23:08] [Server thread/INFO]: [SafeCreeper] No supported permissions system found! Permissions disabled!
[20:23:08] [Server thread/INFO]: [SafeCreeper] Disabling MobArena usage, plugin not found.
[20:23:08] [Server thread/INFO]: [SafeCreeper] Disabling PVPArena usage, plugin not found.
[20:23:08] [Server thread/INFO]: [SafeCreeper] Disabling Factions usage, plugin not found.
[20:23:08] [Server thread/INFO]: [SafeCreeper] Disabling WorldGuard usage, plugin not found.
[20:23:08] [Server thread/INFO]: [SafeCreeper] Disabling Corruption usage, plugin not found.
[20:23:08] [Server thread/INFO]: [SafeCreeper] Loading destruction repair data...
[20:23:08] [Server thread/INFO]: [SafeCreeper] Destruction repair data loaded, took 1ms!
[20:23:08] [Server thread/INFO]: [SafeCreeper] Safe Creeper v1.5.2.5 enabled, took 1438 ms!
[20:23:08] [Server thread/INFO]: [LWC] Enabling LWC v4.4.0 (b881) (July 11, 2013)
[20:23:08] [Server thread/INFO]: [LWC] Connecting to SQLite
[20:23:08] [Server thread/INFO]: [PlotMe] Enabling PlotMe v0.13f
[20:23:08] [Server thread/INFO]: PlotMe 0 plots loaded
[20:23:08] [Server thread/WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
[20:23:08] [Server thread/WARN]: The server will make no attempt to authenticate usernames. Beware.
[20:23:08] [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.
[20:23:08] [Server thread/WARN]: To change this, set "online-mode" to "true" in the server.properties file.
[20:23:08] [Server thread/INFO]: Preparing level "false"
[20:23:08] [Server thread/INFO]: Preparing start region for level 0 (Seed: -718028841238509638)
[20:23:08] [Server thread/INFO]: Preparing start region for level 1 (Seed: 2669942054840936650)
[20:23:09] [Server thread/INFO]: Preparing start region for level 2 (Seed: 2669942054840936650)
[20:23:09] [Server thread/INFO]: [TimTheEnchanter] Enabling TimTheEnchanter v3.0
[20:23:09] [Server thread/INFO]: [Tim] Unused enchantments: LURE(62) LUCK(61) 
[20:23:09] [Server thread/INFO]: [TimTheEnchanter] There are some who call me... Tim?
[20:23:09] [Server thread/INFO]: [AlphaChest] Enabling AlphaChest v1.17.0
[20:23:09] [Server thread/INFO]: [AlphaChest] loaded 1 chests
[20:23:09] [Server thread/INFO]: [WorldEdit] Enabling WorldEdit v5.6.3
[20:23:09] [Server thread/INFO]: WEPIF: Using the Bukkit Permissions API.
[20:23:09] [Server thread/INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
[20:23:09] [Server thread/INFO]: Starting FakaHedaMinequery server on 93.91.250.137:28094
[20:23:09] [Server thread/INFO]: [MotdManager] Enabling MotdManager v1.41-b20
[20:23:09] [Server thread/INFO]: [MotdManager] version 1.41-b20 is enabled!
[20:23:09] [Server thread/INFO]: [PermissionsEx] Enabling PermissionsEx v1.22.3
[20:23:09] [Server thread/INFO]: [PermissionsEx] Initializing file backend
[20:23:09] [Server thread/INFO]: [PermissionsEx] Permissions file successfully reloaded
[20:23:09] [Server thread/INFO]: [SafeCreeper] PermissionsEx plugin enabled, updating hooks!
[20:23:09] [Server thread/INFO]: [SafeCreeper] Hooked into PermissionsEx!
[20:23:09] [Server thread/INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
[20:23:09] [Server thread/INFO]: [Vault][Permission] PermissionsEx hooked.
[20:23:09] [Server thread/INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
[20:23:09] [Server thread/INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.8.2
[20:23:09] [Server thread/WARN]: You can now put the special characters direct in the configuration.
   Additionally this plugins now supports umlauts and any other UTF-8 charcters automatically for all systems.
   The variables for the special characters are so no longer needed and are scheduled for deletion for the following version
[20:23:10] [Server thread/INFO]: Registered replacers: [VaultVariables, PlayerPingVariable, GeneralVariables, StatsVariables]
[20:23:10] [Server thread/INFO]: [PlayerHeads] Enabling PlayerHeads v3.8-jenkins-PlayerHeads-1-48-ged24b6b
[20:23:11] [Server thread/INFO]: [WorldGuard] Enabling WorldGuard v5.9
[20:23:11] [Server thread/INFO]: [WorldGuard] (world) TNT ignition is PERMITTED.
[20:23:11] [Server thread/INFO]: [WorldGuard] (world) Lighters are PERMITTED.
[20:23:11] [Server thread/INFO]: [WorldGuard] (world) Lava fire is blocked.
[20:23:11] [Server thread/INFO]: [WorldGuard] (world) Fire spread is UNRESTRICTED.
[20:23:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world'
[20:23:11] [Server thread/INFO]: [WorldGuard] (world_nether) TNT ignition is PERMITTED.
[20:23:11] [Server thread/INFO]: [WorldGuard] (world_nether) Lighters are PERMITTED.
[20:23:11] [Server thread/INFO]: [WorldGuard] (world_nether) Lava fire is blocked.
[20:23:11] [Server thread/INFO]: [WorldGuard] (world_nether) Fire spread is UNRESTRICTED.
[20:23:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_nether'
[20:23:11] [Server thread/INFO]: [WorldGuard] (world_the_end) TNT ignition is PERMITTED.
[20:23:11] [Server thread/INFO]: [WorldGuard] (world_the_end) Lighters are PERMITTED.
[20:23:11] [Server thread/INFO]: [WorldGuard] (world_the_end) Lava fire is blocked.
[20:23:11] [Server thread/INFO]: [WorldGuard] (world_the_end) Fire spread is UNRESTRICTED.
[20:23:11] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'world_the_end'
[20:23:11] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world'
[20:23:11] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_nether'
[20:23:11] [Server thread/INFO]: [WorldGuard] 0 regions loaded for 'world_the_end'
[20:23:11] [Server thread/INFO]: [SafeCreeper] WorldGuard plugin enabled!
[20:23:11] [Server thread/INFO]: [SafeCreeper] Hooked into WorldGuard!
[20:23:11] [Server thread/INFO]: [TreeAssist] Enabling TreeAssist v5.8.76
[20:23:11] [Server thread/INFO]: [TreeAssist] debugging: off
[20:23:11] [Server thread/INFO]: [ColoredTablist] Enabling ColoredTablist v2.1.2
[20:23:11] [Server thread/INFO]: Server not running on 1.7.9-R0.1. Disabling invisibility Feature!
[20:23:11] [Server thread/INFO]: [ColoredTablist] Config loaded
[20:23:11] [Server thread/INFO]: [HeadDrops] Enabling HeadDrops v2.0
[20:23:11] [Server thread/INFO]: [LightVote] Enabling LightVote v1.73
[20:23:11] [Server thread/INFO]: [LightVote:1.73] Initialised
[20:23:11] [Server thread/INFO]: [LightVote:1.73] Scanning properties file.
[20:23:11] [Server thread/INFO]: [LightVote:1.73] Properties loaded.  Debug messages: false
[20:23:11] [Server thread/INFO]: [LightVote] Permissions not enabled in config.
[20:23:11] [Server thread/INFO]: [iConomy] Enabling iConomy v7.0
[20:23:11] [Server thread/INFO]: [iConomy - April Fools] Enabled (16 ms)
[20:23:11] [Server thread/INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
[20:23:11] [Server thread/INFO]: [Vault][Economy] iConomy 7 hooked.
[20:23:11] [Thread-27/INFO]: [iConomy - April Fools] Purged accounts with default balance.
[20:23:11] [Server thread/INFO]: [Horses] Enabling Horses v1.1.12
[20:23:11] [Server thread/INFO]: [Marriage] Enabling Marriage v1.2.5
[20:23:11] [Server thread/ERROR]: [Marriage] Marriage is not compatible with the version of minecraft you are using!
[20:23:11] [Server thread/ERROR]: Marriage kissing will be disabled!
[20:23:11] [Server thread/INFO]: [Marriage] Hooked with iConomy 7 using Vault
[20:23:11] [Server thread/INFO]: [ZavAutoMessager] Enabling ZavAutoMessager v3.0
[20:23:11] [Server thread/INFO]: [ClearLag] Enabling ClearLag v2.7.1
[20:23:11] [Server thread/INFO]: [ClearLag] Loading modules...
[20:23:11] [Server thread/INFO]: [ClearLag] No config updates found...
[20:23:11] [Server thread/WARN]: [ClearLag] mob-range requires you to use bukkit v1.7_r3
[20:23:11] [Server thread/INFO]: [ClearLag] Modules have been loaded!
[20:23:11] [Server thread/INFO]: [ClearLag] Clearlag is now enabled!
[20:23:11] [Thread-29/INFO]: [ClearLag] Searching for updates..
[20:23:11] [Server thread/INFO]: [Essentials] Enabling Essentials vPre2.13.1.7
[20:23:11] [Server thread/INFO]: [Vault][Economy] Essentials Economy hooked.
[20:23:11] [Server thread/INFO]: Essentials: Using PermissionsEx based permissions.
[20:23:11] [Server thread/INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.4.1-b436)
[20:23:11] [Server thread/INFO]: [Citizens] Enabling Citizens v2.0.12-SNAPSHOT (build 1114)
[20:23:12] [Thread-25/INFO]: [HeadDrops] Updater: You have the newest version installed
[20:23:12] [Server thread/INFO]: [Jobs] Enabling Jobs v2.12.0
[20:23:12] [Server thread/WARN]: [Jobs] Job Miner is using REDSTONE_ORE instead of GLOWING_REDSTONE_ORE.
[20:23:12] [Server thread/WARN]: [Jobs] Automatically changing block to GLOWING_REDSTONE_ORE.  Please update your configuration.
[20:23:12] [Server thread/WARN]: [Jobs] In vanilla minecraft, REDSTONE_ORE changes to GLOWING_REDSTONE_ORE when interacted with.
[20:23:12] [Server thread/WARN]: [Jobs] In the future, Jobs using REDSTONE_ORE instead of GLOWING_REDSTONE_ORE may fail to work correctly.
[20:23:12] [Jobs-DatabaseSaveTask/INFO]: [Jobs] Started database save task
[20:23:12] [Jobs-BufferedPaymentThread/INFO]: [Jobs] Started buffered payment thread
[20:23:12] [Server thread/INFO]: [Jobs] Plugin has been enabled succesfully.
[20:23:12] [Server thread/INFO]: [EssentialsSpawn] Enabling EssentialsSpawn vPre2.13.1.7
[20:23:12] [Server thread/INFO]: [EchoPet] Enabling EchoPet v2.3.3-b408
[20:23:12] [Thread-29/INFO]: [ClearLag] No updates found!
[20:23:12] [Server thread/INFO]: [EchoPet] [WorldGuard] Successfully hooked
[20:23:12] [Server thread/INFO]: [EssentialsChat] Enabling EssentialsChat vPre2.13.1.7
[20:23:12] [Server thread/INFO]: [Residence] Enabling Residence v2.6.6.6
[20:23:12] [Server thread/INFO]: [Residence] - Enabling multiworld plugin: Multiverse-Core
[20:23:12] [Server thread/INFO]: [Multiverse-Core] Enabling Multiverse-Core v2.5-b691
[20:23:12] [Server thread/INFO]: [Multiverse-Core] [AllPay] - Version 13.0 - hooked into iConomy 6 for Multiverse-Core v2.5-b691
[20:23:13] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: Stavby
[20:23:13] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[20:23:13] [Server thread/INFO]: Preparing start region for level 3 (Seed: -4565339477538349688)
[20:23:13] [Server thread/INFO]: [WorldGuard] (Parcely) TNT ignition is PERMITTED.
[20:23:13] [Server thread/INFO]: [WorldGuard] (Parcely) Lighters are PERMITTED.
[20:23:13] [Server thread/INFO]: [WorldGuard] (Parcely) Lava fire is blocked.
[20:23:13] [Server thread/INFO]: [WorldGuard] (Parcely) Fire spread is UNRESTRICTED.
[20:23:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Parcely'
[20:23:13] [Server thread/WARN]: [Multiverse-Core] WorldManager: Can't load this world because the folder was deleted/moved: skuska
[20:23:13] [Server thread/WARN]: [Multiverse-Core] Use '/mv remove' to remove it from the config!
[20:23:13] [Server thread/INFO]: Preparing start region for level 4 (Seed: 4553174008677419687)
[20:23:13] [Server thread/INFO]: [WorldGuard] (Spawn) TNT ignition is PERMITTED.
[20:23:13] [Server thread/INFO]: [WorldGuard] (Spawn) Lighters are PERMITTED.
[20:23:13] [Server thread/INFO]: [WorldGuard] (Spawn) Lava fire is blocked.
[20:23:13] [Server thread/INFO]: [WorldGuard] (Spawn) Fire spread is UNRESTRICTED.
[20:23:13] [Server thread/INFO]: [WorldGuard] Loaded configuration for world 'Spawn'
[20:23:14] [Server thread/INFO]: [Multiverse-Core] 5 - World(s) loaded.
[20:23:14] [Server thread/INFO]: [Multiverse-Core] Version 2.5-b691 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
[20:23:14] [Server thread/INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
[20:23:14] [Server thread/INFO]: [Residence] Scanning for economy systems...
[20:23:14] [Server thread/INFO]: [Residence] Found Vault using economy system: iConomy 7
[20:23:14] [Server thread/INFO]: [Residence] Found WorldEdit
[20:23:14] [Server thread/INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
[20:23:14] [Server thread/INFO]: [ChestShop] Enabling ChestShop v3.7.16
[20:23:14] [Server thread/ERROR]: [ChestShop] This version of plugin does not work with Minecraft 1.7.5 or lower!
[20:23:14] [Server thread/ERROR]: [ChestShop] This version of plugin does not work with Minecraft 1.7.5 or lower!
[20:23:14] [Server thread/ERROR]: [ChestShop] This version of plugin does not work with Minecraft 1.7.5 or lower!
[20:23:14] [Server thread/ERROR]: [ChestShop] This version of plugin does not work with Minecraft 1.7.5 or lower!
[20:23:14] [Server thread/ERROR]: [ChestShop] This version of plugin does not work with Minecraft 1.7.5 or lower!
[20:23:14] [Server thread/INFO]: [ChestShop] LWC version 4.4.0 (b881) (July 11, 2013) loaded.
[20:23:14] [Server thread/INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
[20:23:14] [Server thread/INFO]: [ChestShop] Vault loaded! Found an economy plugin!
[20:23:15] [Server thread/INFO]: [AuthMe] Enabling AuthMe v3.4
[20:23:15] [Server thread/INFO]: [AuthMe] Loading Configuration File...
[20:23:15] [Server thread/INFO]: [AuthMe] Set Language: cz
[20:23:15] [Server thread/INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
[20:23:15] [Server thread/INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations
[20:23:15] [Server thread/INFO]: [AuthMe] Hook with Essentials plugin
[20:23:15] [Server thread/INFO]: [AuthMe] Hook with EssentialsSpawn plugin
[20:23:15] [Server thread/INFO]: [AuthMe] LICENSE : This product includes GeoLite data created by MaxMind, available from http://www.maxmind.com
[20:23:15] [Server thread/INFO]: [AuthMe] Authme 3.4 enabled
[20:23:16] [Server thread/INFO]: [CreativeControl] Enabling CreativeControl v6.4
[20:23:16] [Server thread/INFO]: [CreativeControl]: Initializing configurations...
[20:23:16] [Server thread/INFO]: [CreativeControl]: Loading Modules...
[20:23:16] [Server thread/INFO]: [CreativeControl]: Connecting to the SQLite database...
[20:23:16] [Server thread/INFO]: [CreativeControl]: SQLite database connected Successfuly!
[20:23:16] [Server thread/INFO]: [CreativeControl]: Registring Events...
[20:23:16] [Server thread/INFO]: [CreativeControl]: Vault hooked as permissions plugin
[20:23:16] [Server thread/INFO]: [CreativeControl]: CreativeControl v6.4 loaded in 64 ms!
[20:23:18] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[20:23:21] [Server thread/INFO]: Done (12.830s)! For help, type "help" or "?"
[20:23:21] [Server thread/INFO]: Starting GS4 status listener
[20:23:21] [Server thread/INFO]: Starting remote control listener
[20:23:21] [Query Listener #1/INFO]: Query running on 93.91.250.137:27094
[20:23:21] [Server thread/WARN]: No rcon password set in '/hlserver/27094/server.properties', rcon disabled!
[20:23:21] [Server thread/INFO]: [Jobs] [Jobs] Successfully linked with Vault.
[20:23:21] [pool-3-thread-15/INFO]: Checking if conversion to UUID needed...
[20:23:21] [pool-3-thread-15/INFO]: Verifying if database needs conversion
[20:23:21] [pool-3-thread-15/INFO]: No plot conversion needed
[20:23:21] [pool-3-thread-4/INFO]: [CreativeControl]: Cached 28 protections
[20:23:21] [pool-3-thread-4/INFO]: [CreativeControl]: Loaded 0 regions
[20:23:21] [pool-3-thread-4/INFO]: [CreativeControl]: 28 blocks protected
[20:23:21] [Server thread/INFO]: [Citizens] Loaded 2 NPCs.
[20:23:21] [Server thread/INFO]: Accepted EditSessionFactory of type me.FurH.CreativeControl.integration.worldedit.CreativeEditSessionFactory from me.FurH.CreativeControl.integration.worldedit
[20:23:22] [pool-3-thread-12/INFO]: [EchoPet] [INFO] An update is available: EchoPet v2.3.3
[20:23:22] [pool-3-thread-12/INFO]: [EchoPet] [INFO] Type /ecupdate to update.
[20:23:22] [pool-3-thread-9/INFO]: [Vault] Checking for Updates:
[20:23:22] [pool-3-thread-9/INFO]: [Vault] No new version available


-- 02 zář 2014, 19:34 --

Ano, je tam res ked dám /res alebo ked robým res len mi to nič nepíše a móžu tam hned ničiť :(
Ak som ti pomohol odmeň ma karmou+ :)

OneTime97
Příspěvky: 1552
Věk: 24
Registrován: 03 kvě 2014, 12:20
Reputation: 1
Kontaktovat uživatele:

Re: Res

#20 Příspěvekod OneTime97 » 02 zář 2014, 20:57

Ty můžeš ničit všude když si tu res vytvořill... i každý kdo má

Kód: Vybrat vše

- residence.admin
Každodenní stream od 19:00
https://www.twitch.tv/thief97
Sledujte mě na FB
https://www.twitch.tv/thief97


Zpět na „Minecraft, Tekkit“

Kdo je online

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