Votifer - Czechcraft

Technická podpora k herním serverům Minecraft a Tekkit
Message
Autor
Uživatelský avatar
Gribly
Příspěvky: 356
Registrován: 22 bře 2012, 09:06
Reputation: 0
Kontaktovat uživatele:

Votifer - Czechcraft

#1 Příspěvekod Gribly » 12 led 2014, 15:34

IP: 93.91.250.145:27794
Čau, mám Votifier,GAListener a mám votování přes web. Bohužel po votu se nic nenapíše ani to nic nedá. Nevím kde je chyba, vše je ok. :)

GAListener config:
Spoiler: zobrazit

Kód: Vybrat vše

#  GiveAnything Config
#  http://www.mc-index.com
#
#  Online only (default: true)
#  onlineonly: true
#
#  Only delivers rewards when the player is online.  If they are offline it will wait and deliver when they next join the server!
#
#  Lucky vote (default: false)
#  luckyvote: false
#
#  Enables the lucky voting section, this allows voters to have a random chance to receive additional rewards when they vote, for the format see below.
#
#  Vote command (/vote) (default: false)
#  votecommand: false
#
#  Enables the /vote command which will show the message contained in the votemessage section at the bottom of this config
#
#  Login vote reminder (default: false)
#  voteremind: false
#
#  Shows the message contained in the votemessage section at the bottom of this config to players when they join the server
#
#  Services section (default is used if service doesn't exist)
#  MC-Index:
#    broadcast: '{GREEN}{username} {GOLD}has voted @ {GREEN}www.mc-index.com {GOLD}and received {GREEN}5 Diamonds {GOLD}and {GREEN}200 XP!'
#    playermessage: '{GREEN}Thanks for voting at {AQUA}{service}!'
#    commands:
#      - '/give {username} 264 5'
#      - '/xp give {username} 200'
#
#  The above examples would give a voter 5 diamonds and 200XP whenever they vote on a site with the service name "MC-Index"
#
#  Lucky votes section (disabled by default)
#  luckyvotes:
#    50:
#      broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
#      playermessage: '{GREEN}You were lucky and received an extra $1000!'
#      commands:
#        - '/eco give {username} 1000'
#    100:
#      broadcast: '{GREEN}{username} {GOLD}was {GREEN}super lucky {GOLD}and received an {GREEN}extra $5000!'
#      playermessage: '{GREEN}You were super lucky and received an extra $5000!'
#      commands:
#        - '/eco give {username} 5000'
#
#  The above examples would give a 1 in 50 chance of a voter receiving an extra $1000, and a 1 in 100 chance of $5000
#  If you do not use essentials economy, the command(s) can be modified to suit whichever economy you use.
#
#  Vote Message
#  votemessage:
#    - 'add a message here with voting information'
#    - 'players will see this when they type /vote'
#
#
#  Available codes for messages / commands:
#
#  {service}    {servicename}   {SERVICE}   = service name
#  {username}   {player}        {name}      = player username

#  & = Colour Symbol to enter manual colours / control codes
#  {AQUA}       {BLACK}         {BLUE}          {DARK_AQUA}     {DARK_BLUE}
#  {DARK_GRAY}  {DARK_GREEN}    {DARK_PURPLE}   {DARK_RED}      {GOLD}
#  {GRAY}       {GREEN}         {LIGHT_PURPLE}  {RED}           {WHITE}
#  {YELLOW}     {BOLD}          {ITALIC}        {UNDERLINE}     {STRIKETHROUGH}
#  {STRIKE}     {STRIKETHROUGH} {MAGIC}         {RESET}
#

settings:
  onlineonly: true
  luckyvote: false
  broadcastqueue: true
  votecommand: true
  voteremind: true
services:
  default:
    broadcast: '{GREEN}{username} {GOLD}hlasoval pro server na {GREEN}Czech-Craft.eu {GOLD}a ziskal odmenu XP Lahve a diamanty! {GOLD}Hlasovat muzes i ty na: FlatGame.cz !' //Toto napíše server, jakmile někdo zahlasuje
    playermessage: '{GREEN}Dekujeme za hlasovani na {AQUA}{service}!'  //To je zpráva, která se napíše hráči, co hlasoval
    commands:                             //Toto jsou commandy, co napíše server, jakmile někdo zahlasuje!
      - '/give {username} 384 16'
      - '/give {username} 264 4'
luckyvotes:
  '10':
    broadcast: '{GREEN}{username} {GOLD}was lucky and received an {GREEN}extra $1000!'
    playermessage: '{GREEN}You were lucky and received an extra $1000!'
    commands:
    - /eco give user {username} 1000
  '50':
    broadcast: '{GREEN}{username} {GOLD}was super lucky and received an {GREEN}extra 100 XP and $1000!'
    playermessage: '{GREEN}You were super lucky and received an {GREEN}extra 100 XP and $1000!'
    commands:
    - /xp give {username} 100
    - /eco give {username} 1000
votemessage:
  - '{GOLD}-----------------------------------------------------'
  - 'Vote for us every day for in game rewards and extras'
  - '{GOLD}-----------------------------------------------------'


Votifier config:
Spoiler: zobrazit

Kód: Vybrat vše

host: 93.91.250.145
port: 29794
debug: false
listener_folder: plugins/Votifier/listeners


Czech-craft config:
Spoiler: zobrazit
Obrázek



Web s hlasováním:
http://www.FlatGame.cz
A nic se nestalo :)
Obrázek

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

Re: Votifer - Czechcraft

#2 Příspěvekod vojtamaniak » 12 led 2014, 15:35

Dej sem server.log při startu.

Uživatelský avatar
Gribly
Příspěvky: 356
Registrován: 22 bře 2012, 09:06
Reputation: 0
Kontaktovat uživatele:

Re: Votifer - Czechcraft

#3 Příspěvekod Gribly » 12 led 2014, 15:55

Server.log nemám v FTP, tak tu je z konzole:
Spoiler: zobrazit

Kód: Vybrat vše

> [14:53:42 INFO]: Starting minecraft server version 1.7.2
> [14:53:42 INFO]: Loading properties
> [14:53:42 INFO]: Default game type: SURVIVAL
> [14:53:42 INFO]: Generating keypair
> [14:53:42 INFO]: Starting Minecraft server on 93.91.250.145:27794
> [14:53:42 INFO]: This server is running CraftBukkit version git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks (MC: 1.7.2) (Implementing API version 1.7.2-R0.3-SNAPSHOT)
> [14:53:42 INFO]: ----- Bukkit Auto Updater -----
> [14:53:42 INFO]: It appears that you're running a Development Build, when you've specified in bukkit.yml that you prefer to run Recommended Builds.
> [14:53:42 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'.
> [14:53:42 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.
> [14:53:42 INFO]: If you would like to disable this warning, simply set 'suggest-channels' to false in bukkit.yml.
> [14:53:42 INFO]: ----- ------------------- -----
> [14:53:43 INFO]: [PermissionsEx] sql backend registered!
> [14:53:43 INFO]: [PermissionsEx] file backend registered!
> [14:53:43 INFO]: [FakaHedaMinequery] Loading FakaHedaMinequery v1.3
> [14:53:43 INFO]: [WorldEdit] Loading WorldEdit v5.5.8
> [14:53:43 INFO]: [FrameProtect] Loading FrameProtect v2.3
> [14:53:43 INFO]: [Vault] Loading Vault v1.2.27-b349
> [14:53:43 INFO]: [PlayerHeads] Loading PlayerHeads v3.5-jenkins-PlayerHeads-1-36-g5d2930b
> [14:53:43 INFO]: ultiverse-Core] Loading Multiverse-Core v2.4-b527
> [14:53:43 INFO]: [PermissionsEx] Loading PermissionsEx v1.20.4
> [14:53:43 INFO]: [PermissionsEx] Initializing sql backend
> [14:53:43 INFO]: [PermissionsEx-SQL] Connecting to database "mysql://localhost/135493_mysql_db"
> [14:53:43 INFO]: [PermissionsEx-SQL] Successfully connected to database
> [14:53:43 INFO]: yCommand] Loading MyCommand v4.1.0
> [14:53:43 INFO]: [TreeAssist] Loading TreeAssist v5.8.39
> [14:53:43 INFO]: [dynmap] Loading dynmap v1.9.1-875
> [14:53:43 INFO]: [dynmap] Mod Support API available
> [14:53:43 INFO]: [PlayTime] Loading Playtime v1.4.3
> [14:53:43 INFO]: [PlayTime] Loading Configuration mananger...
> [14:53:44 INFO]: [PlayTime] Loading language manager...
> [14:53:44 INFO]: [HeroicDeathPlus] Loading HeroicDeathPlus v2.5
> [14:53:44 INFO]: [AutoMessage] Loading AutoMessage v2.3.5
> [14:53:44 INFO]: [ColoredMotd] Loading ColoredMotd v1.4.0
> [14:53:44 INFO]: [iConomy] Loading iConomy v7.0
> [14:53:44 INFO]: [Horses] Loading Horses v1.1.6
> [14:53:44 INFO]: [DisguiseCraft] Loading DisguiseCraft v5.1
> [14:53:44 INFO]: [HawkEye] Loading HawkEye v1.6.0
> [14:53:44 INFO]: [ClearLag] Loading ClearLag v2.6.2
> [14:53:44 INFO]: [Votifier] Loading Votifier v1.9
> [14:53:44 INFO]: obArena] Loading MobArena v0.95.5
> [14:53:44 INFO]: [GAListener] Loading GAListener v0.9
> [14:53:44 INFO]: [Essentials] Loading Essentials v2.12.1
> [14:53:44 INFO]: [Jobs] Loading Jobs v2.11.3
> [14:53:44 INFO]: [Citizens] Loading Citizens v2.0.11-SNAPSHOT (build 1027)
> [14:53:44 INFO]: [EssentialsProtect] Loading EssentialsProtect v2.12.1
> [14:53:44 INFO]: [EssentialsSpawn] Loading EssentialsSpawn v2.12.1
> [14:53:44 INFO]: [Ultrabans] Loading Ultrabans v3.1.0
> [14:53:44 INFO]: [ScoreboardStats] Loading ScoreboardStats v0.5.9
> [14:53:44 INFO]: [ScoreboardStats] The Plugin isn't compatible with your craftbukkit version. It will now try to use Reflections
> [14:53:44 INFO]: [Paintball] Loading Paintball v1.2.4
> [14:53:44 INFO]: [LWC] Loading LWC v4.4.0 (b881) (July 11, 2013)
> [14:53:44 INFO]: [EssentialsChat] Loading EssentialsChat v2.12.1
> [14:53:44 INFO]: [Residence] Loading Residence v2.6.6.6
> [14:53:44 INFO]: [ChestShop] Loading ChestShop v3.7.1
> [14:53:44 INFO]: [AuthMe] Loading AuthMe v3.1
> [14:53:44 INFO]: [Vault] Enabling Vault v1.2.27-b349
> [14:53:44 INFO]: [Vault][Economy] Essentials Economy found: Waiting
> [14:53:44 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.
> [14:53:44 WARN]: if you're using Votifier, or any other plugin which handles economy data in a threaded manner your server is at risk!
> [14:53:44 WARN]: it is highly suggested to use SQL with iCo6 or to use an alternative economy plugin!
> [14:53:44 INFO]: [Vault][Economy] iConomy 6 found: Waiting
> [14:53:44 INFO]: [Vault][Permission] PermissionsEx found: Waiting
> [14:53:44 INFO]: [Vault][Permission] SuperPermissions loaded as backup permission system.
> [14:53:44 INFO]: [Vault][Chat] PermissionsEx found: Waiting
> [14:53:44 INFO]: [Vault] Enabled Version 1.2.27-b349
> [14:53:44 INFO]: [LWC] Enabling LWC v4.4.0 (b881) (July 11, 2013)
> [14:53:44 INFO]: [LWC] Connecting to MySQL
> [14:53:45 WARN]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
> [14:53:45 WARN]: The server will make no attempt to authenticate usernames. Beware.
> [14:53:45 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.
> [14:53:45 WARN]: To change this, set "online-mode" to "true" in the server.properties file.
> [14:53:45 INFO]: Preparing level "world"
> [14:53:45 INFO]: Preparing start region for level 0 (Seed: 5102727339827234864)
> [14:53:47 INFO]: Preparing spawn area: 0%
> [14:53:48 INFO]: Preparing spawn area: 66%
> [14:53:48 INFO]: Preparing start region for level 1 (Seed: -1457625571979057686)
> [14:53:49 INFO]: Preparing start region for level 2 (Seed: -1457625571979057686)
> [14:53:49 INFO]: [FakaHedaMinequery] Enabling FakaHedaMinequery v1.3
> [14:53:49 INFO]: Starting FakaHedaMinequery server on 93.91.250.145:28794
> [14:53:49 INFO]: [WorldEdit] Enabling WorldEdit v5.5.8
> [14:53:49 INFO]: WEPIF: Using the Bukkit Permissions API.
> [14:53:49 INFO]: [FrameProtect] Enabling FrameProtect v2.3
> [14:53:49 INFO]: [FrameProtect] enabled.
> [14:53:49 INFO]: [PlayerHeads] Enabling PlayerHeads v3.5-jenkins-PlayerHeads-1-36-g5d2930b
> [14:53:52 INFO]: ultiverse-Core] Enabling Multiverse-Core v2.4-b527
> [14:53:52 INFO]: ultiverse-Core] - Version 2.4-b527 (API v14) Enabled - By Rigby, fernferret, lithium3141 and main--
> [14:53:52 INFO]: [AllPay] - Version 10.0 - hooked into iConomy 6 for Multiverse-Core v2.4-b527
> [14:53:52 INFO]: ultiverse-Core] Loading World & Settings - 'world' - Env: NORMAL - Type: NORMAL & seed: 5102727339827234864
> [14:53:52 INFO]: ultiverse-Core] Loading World & Settings - 'world_nether' - Env: NETHER - Type: NORMAL & seed: -1457625571979057686
> [14:53:52 WARN]: ultiverse-Core] Spawn location from world.dat file was unsafe. Adjusting...
> [14:53:52 WARN]: ultiverse-Core] Original Location: X: 0 Y: 64 Z: 0 P: 0 Y: 0
> [14:53:52 ERROR]: ultiverse-Core] New safe spawn NOT found!!!
> [14:53:52 INFO]: ultiverse-Core] Loading World & Settings - 'world_the_end' - Env: THE_END - Type: NORMAL & seed: -1457625571979057686
> [14:53:52 INFO]: ultiverse-Core] Loading World & Settings - 'Eventy' - Env: NORMAL - Type: FLAT & seed: 963707466119503766
> [14:53:52 INFO]: Preparing start region for level 3 (Seed: 963707466119503766)
> [14:53:53 INFO]: ultiverse-Core] 4 - World(s) loaded.
> [14:53:53 INFO]: [PermissionsEx] Enabling PermissionsEx v1.20.4
> [14:53:53 INFO]: WEPIF: PermissionsEx detected! Using PermissionsEx for permissions.
> [14:53:53 INFO]: [Vault][Permission] PermissionsEx hooked.
> [14:53:53 INFO]: [Vault][Chat] PermissionsEx_Chat hooked.
> [14:53:53 INFO]: yCommand] Enabling MyCommand v4.1.0
> [14:53:53 INFO]: =-=-=-=-=-=-=-=-=-=-=-MyCommand-=-=-=-=-=-=-=-=-=-=-=-=
> [14:53:53 INFO]: = Vault : Ok. Hooked MyCommand Vault 1.2.27-b349
> [14:53:53 INFO]: = Spout : Not detected. Disabling spout feature.
> [14:53:53 INFO]: = Config : Ready | Custom Commands : 7
> [14:53:53 INFO]: = Version: 4.1.0
> [14:53:53 INFO]: = Author : MRI a.k.a Ivanpro
> [14:53:53 INFO]: = Status : Active
> [14:53:53 INFO]: =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> [14:53:53 INFO]: [TreeAssist] Enabling TreeAssist v5.8.39
> [14:53:53 INFO]: [TreeAssist] debugging: off
> [14:53:53 INFO]: [dynmap] Enabling dynmap v1.9.1-875
> [14:53:53 INFO]: [dynmap] Added 38 custom biome mappings
> [14:53:53 INFO]: [dynmap] Using PermissionsEx 1.20.4 for access control
> [14:53:53 INFO]: [dynmap] Mod Support processing completed
> [14:53:53 INFO]: [dynmap] Loaded 21 shaders.
> [14:53:54 INFO]: [dynmap] Loaded 82 perspectives.
> [14:53:54 INFO]: [dynmap] Loaded 12 lightings.
> [14:53:55 INFO]: [dynmap] Web server started on address 93.91.250.145:29794
> [14:53:55 INFO]: [dynmap] version 1.9.1-875 is enabled - core version 1.9.1-1832
> [14:53:55 INFO]: [dynmap] Loaded 3 maps of world 'world'.
> [14:53:55 INFO]: [dynmap] Loaded 19 pending tile renders for world 'world
> [14:53:55 INFO]: [dynmap] Loaded 2 maps of world 'world_nether'.
> [14:53:55 INFO]: [dynmap] Loaded 2 maps of world 'world_the_end'.
> [14:53:55 INFO]: [dynmap] Loaded 3 maps of world 'Eventy'.
> [14:53:55 INFO]: [dynmap] Enabled
> [14:53:55 INFO]: [PlayTime] Enabling Playtime v1.4.3
> [14:53:55 INFO]: [PlayTime] Enabling Metrics...
> [14:53:55 INFO]: [PlayTime] Enabling executable manager...
> [14:53:55 INFO]: [PlayTime] Enabling Data Manager...
> [14:53:55 INFO]: [PlayTime] Connecting to MySQL database...
> [14:53:55 INFO]: [PlayTime] Successfully connected to database!
> [14:53:55 INFO]: [PlayTime] SQL table is up to date!
> [14:53:55 INFO]: [PlayTime] Enabling Command Handler...
> [14:53:55 INFO]: [PlayTime] Enabling Player Handler...
> [14:53:55 INFO]: [PlayTime] Enabling event system...
> [14:53:55 INFO]: [PlayTime] Enabling listener manager...
> [14:53:55 INFO]: [HeroicDeathPlus] Enabling HeroicDeathPlus v2.5
> [14:53:55 INFO]: [HeroicDeathPlus] 2.5 enabled.
> [14:53:55 INFO]: [AutoMessage] Enabling AutoMessage v2.3.5
> [14:53:55 INFO]: [ColoredMotd] Enabling ColoredMotd v1.4.0
> [14:53:55 INFO]: [iConomy] Enabling iConomy v7.0
> [14:53:55 INFO]: [iConomy - April Fools] Enabled (24 ms)
> [14:53:55 INFO]: [iConomy] Hello, I'm Nijikokun. Yes, this is an April Fools joke, but '/money top' was fixed! Enjoy :) - Rare Version!
> [14:53:55 INFO]: [Vault][Economy] iConomy 7 hooked.
> [14:53:55 INFO]: [iConomy - April Fools] Purged accounts with default balance.
> [14:53:55 INFO]: [Horses] Enabling Horses v1.1.6
> [14:53:57 INFO]: [DisguiseCraft] Enabling DisguiseCraft v5.1
> [14:53:57 INFO]: [DisguiseCraft] Version 5.1 is enabled!
> [14:53:57 INFO]: [HawkEye] Enabling HawkEye v1.6.0
> [14:53:57 INFO]: [HawkEye] Starting HawkEye 1.6.0 initiation process...
> [14:53:57 INFO]: [HawkEye] Searching for updates..
> [14:53:57 INFO]: [HawkEye] Version 1.6.0 enabled!
> [14:53:57 INFO]: [ClearLag] Enabling ClearLag v2.6.2
> [14:53:57 INFO]: [ClearLag] No config updates found...
> [14:53:57 INFO]: [ClearLag] Searching for updates..
> [14:53:57 INFO]: [ClearLag] Clearlag has been enabled!
> [14:53:57 INFO]: [Votifier] Enabling Votifier v1.9
> [14:53:57 ERROR]: [Votifier] Error initializing vote receiver. Please verify that the configured
> [14:53:57 ERROR]: [Votifier] IP address and port are not already in use. This is a common problem
> [14:53:57 ERROR]: [Votifier] with hosting services and, if so, you should check with your hosting provider.
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method) ~[?:1.7.0_40]
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376) ~[?:1.7.0_40]
at java.net.ServerSocket.bind(ServerSocket.java:376) ~[?:1.7.0_40]
at java.net.ServerSocket.bind(ServerSocket.java:330) ~[?:1.7.0_40]
at com.vexsoftware.votifier.net.VoteReceiver.initialize(VoteReceiver.java:81) [Votifier.jar:?]
at com.vexsoftware.votifier.net.VoteReceiver.<init>(VoteReceiver.java:75) [Votifier.jar:?]
at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:172) [Votifier.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:384) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
> [14:53:57 ERROR]: [Votifier] Votifier did not initialize properly!
> [14:53:57 INFO]: obArena] Enabling MobArena v0.95.5
> [14:53:58 INFO]: obArena] Loaded arena 'FlatGame'.
> [14:53:58 INFO]: obArena] v0.95.5 enabled.
> [14:53:58 INFO]: [GAListener] Enabling GAListener v0.9
> [14:53:58 INFO]: [GAListener] GAListener v0.9 Enabled
> [14:53:58 INFO]: [Essentials] Enabling Essentials v2.12.1
> [14:53:58 INFO]: Using locale cs_CZ
> [14:53:58 INFO]: Using locale cs_CZ
> [14:53:58 INFO]: [Vault][Economy] Essentials Economy hooked.
> [14:53:58 INFO]: Essentials: Using PermissionsEx based permissions.
> [14:53:58 INFO]: [Essentials] Payment method found (Vault - Economy: iConomy 7 version: 1.2.27-b349)
> [14:53:58 INFO]: [Jobs] Enabling Jobs v2.11.3
> [14:53:58 WARN]: [Jobs] Job Miner is using REDSTONE_ORE instead of GLOWING_REDSTONE_ORE.
> [14:53:58 WARN]: [Jobs] Automatically changing block to GLOWING_REDSTONE_ORE. Please update your configuration.
> [14:53:58 WARN]: [Jobs] In vanilla minecraft, REDSTONE_ORE changes to GLOWING_REDSTONE_ORE when interacted with.
> [14:53:58 WARN]: [Jobs] In the future, Jobs using REDSTONE_ORE instead of GLOWING_REDSTONE_ORE may fail to work correctly.
> [14:53:58 INFO]: [Jobs] Started database save task
> [14:53:58 INFO]: [Jobs] Started buffered payment thread
> [14:53:58 INFO]: [Jobs] Plugin has been enabled succesfully.
> [14:53:58 INFO]: [Citizens] Enabling Citizens v2.0.11-SNAPSHOT (build 1027)
> [14:53:59 INFO]: [EssentialsProtect] Enabling EssentialsProtect v2.12.1
> [14:53:59 INFO]: [EssentialsSpawn] Enabling EssentialsSpawn v2.12.1
> [14:53:59 INFO]: [Ultrabans] Enabling Ultrabans v3.1.0
> [14:54:00 INFO]: [ClearLag] No updates found!
> [14:54:01 INFO]: [HawkEye] No updates found!
> [14:54:02 INFO]: [Ultrabans] No Updates found on dev.bukkit.org.
> [14:54:02 INFO]: [Ultrabans] Loaded. 3 secs.
> [14:54:02 INFO]: [ScoreboardStats] Enabling ScoreboardStats v0.5.9
> [14:54:02 INFO]: DataSourcePool [ScoreboardStats] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[250]
> [14:54:02 INFO]: DatabasePlatform name:ScoreboardStats platform:sqlite
> [14:54:02 INFO]: SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
> [14:54:02 INFO]: Entities enhanced[0] subclassed[1]
> [14:54:03 INFO]: [Paintball] Enabling Paintball v1.2.4
> [14:54:03 INFO]: [Paintball] Loading the default language: enUS.txt
> [14:54:03 INFO]: [Paintball] Scanned lines: 379 | Skipped lines: 0
> [14:54:03 INFO]: [Paintball] Loading the specified language now: csCZ.txt
> [14:54:03 INFO]: [Paintball] Scanned lines: 380 | Skipped lines: 1
> [14:54:03 INFO]: [Paintball] Loading the specified melody now: win.txt
> [14:54:03 INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 20
> [14:54:03 INFO]: [Paintball] Loading the specified melody now: defeat.txt
> [14:54:03 INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 43
> [14:54:03 INFO]: [Paintball] Loading the specified melody now: draw.txt
> [14:54:03 INFO]: [Paintball] Scanned .txt melody sucessfully. Lines: 29
> [14:54:03 INFO]: [Paintball] Loading ranks..
> [14:54:03 INFO]: [Paintball] Plugin 'InSigns' not found. Additional sign features disabled.
> [14:54:03 INFO]: [Paintball] Plugin 'TagAPI' not found. Additional tag features disabled.
> [14:54:03 INFO]: [Paintball] Plugin 'Votifier' found. Using it now.
> [14:54:03 INFO]: [Paintball] By blablubbabc enabled.
> [14:54:03 INFO]: [EssentialsChat] Enabling EssentialsChat v2.12.1
> [14:54:03 INFO]: [Residence] Enabling Residence v2.6.6.6
> [14:54:03 INFO]: [Residence] Found Vault using permissions plugin:PermissionsEx
> [14:54:03 INFO]: [Residence] Scanning for economy systems...
> [14:54:03 INFO]: [Residence] Found Vault using economy system: iConomy 7
> [14:54:05 INFO]: [Residence] Found WorldEdit
> [14:54:05 INFO]: [Residence] Enabled! Version 2.6.6.6 by bekvon
> [14:54:05 INFO]: [ChestShop] Enabling ChestShop v3.7.1
> [14:54:05 INFO]: [ChestShop] LWC version 4.4.0 (b881) (July 11, 2013) loaded.
> [14:54:05 INFO]: [ChestShop] Residence version 2.6.6.6 loaded.
> [14:54:05 INFO]: [ChestShop] Vault loaded! Found an economy plugin!
> [14:54:05 INFO]: [AuthMe] Enabling AuthMe v3.1
> [14:54:05 INFO]: [AuthMe] Loading Configuration File...
> [14:54:05 INFO]: [AuthMe] Merge new Config Options if needed..
> [14:54:05 INFO]: [AuthMe] Set Language: en
> [14:54:05 INFO]: [AuthMe] Hook with Multiverse-Core for SpawnLocations
> [14:54:05 INFO]: [AuthMe] Hook with Essentials plugin
> [14:54:05 INFO]: [AuthMe] Hook with EssentialsSpawn plugin
> [14:54:05 INFO]: [AuthMe] MySQL driver loaded
> [14:54:05 INFO]: [AuthMe] Connection pool ready
> [14:54:05 INFO]: [AuthMe] Vault plugin detected, hook with PermissionsEx system
> [14:54:05 INFO]: [AuthMe] Authme 3.1 enabled
> [14:54:05 INFO]: Server permissions file permissions.yml is empty, ignoring it
> [14:54:05 INFO]: Done (20.088s)! For help, type "help" or "?"
> [14:54:05 INFO]: Starting GS4 status listener
> [14:54:05 INFO]: Query running on 93.91.250.145:27794
> [14:54:05 INFO]: Starting remote control listener
> [14:54:05 INFO]: RCON running on 93.91.250.145:26794
> [14:54:05 INFO]: [Jobs] [Jobs] Successfully linked with Vault.
> [14:54:06 INFO]: [Paintball] --------- Checking version ----------
> [14:54:06 INFO]: [Paintball] There is a new version of paintball available: 1.2.5
> [14:54:06 INFO]: [Paintball] Download at the bukkit dev page.
> [14:54:06 INFO]: [Paintball] --------- ---------------- ----------
> [14:54:07 INFO]: [Citizens] Loaded 32 NPCs.
> [14:54:07 INFO]: [dynmap] Loading default resource pack

PS: Když uvidíte i jinou chybku hlašte díky :)
Obrázek

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

Re: Votifer - Czechcraft

#4 Příspěvekod vojtamaniak » 12 led 2014, 15:59

Ten port, který jsi tam uvedl, je již používán. Zkus ho změnit na nějaký nepoužívaný.

Uživatelský avatar
Gribly
Příspěvky: 356
Registrován: 22 bře 2012, 09:06
Reputation: 0
Kontaktovat uživatele:

Re: Votifer - Czechcraft

#5 Příspěvekod Gribly » 12 led 2014, 16:08

Zkusil jsem 2 jiné porty 25794 a 28794 a při obouch změnách jak na serveru tak i na czechcraftu jsem dal reset a nic. Ani to nic nenapíše ani to nic nedá.
Obrázek

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

Re: Votifer - Czechcraft

#6 Příspěvekod vojtamaniak » 12 led 2014, 16:34

Napíše. Do konzole to píše hned při startu:
Spoiler: zobrazit

Kód: Vybrat vše

> [14:53:57 ERROR]: [Votifier] Error initializing vote receiver. Please verify that the configured
> [14:53:57 ERROR]: [Votifier] IP address and port are not already in use. This is a common problem
> [14:53:57 ERROR]: [Votifier] with hosting services and, if so, you should check with your hosting provider.
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method) ~[?:1.7.0_40]
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376) ~[?:1.7.0_40]
at java.net.ServerSocket.bind(ServerSocket.java:376) ~[?:1.7.0_40]
at java.net.ServerSocket.bind(ServerSocket.java:330) ~[?:1.7.0_40]
at com.vexsoftware.votifier.net.VoteReceiver.initialize(VoteReceiver.java:81) [Votifier.jar:?]
at com.vexsoftware.votifier.net.VoteReceiver.<init>(VoteReceiver.java:75) [Votifier.jar:?]
at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:172) [Votifier.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:384) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]

Z čehož vyplývá, že ten port je již používán.

Uživatelský avatar
Gribly
Příspěvky: 356
Registrován: 22 bře 2012, 09:06
Reputation: 0
Kontaktovat uživatele:

Re: Votifer - Czechcraft

#7 Příspěvekod Gribly » 12 led 2014, 17:15

Vyzkoušel jsem všechny porty a nejde to.
Obrázek

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

Re: Votifer - Czechcraft

#8 Příspěvekod vojtamaniak » 12 led 2014, 17:40

Píše ti to pořád tuto hlášku?

Uživatelský avatar
Gribly
Příspěvky: 356
Registrován: 22 bře 2012, 09:06
Reputation: 0
Kontaktovat uživatele:

Re: Votifer - Czechcraft

#9 Příspěvekod Gribly » 12 led 2014, 17:41

Kód: Vybrat vše

> [16:41:05 ERROR]: [Votifier] Error initializing vote receiver. Please verify that the configured
> [16:41:05 ERROR]: [Votifier] IP address and port are not already in use. This is a common problem
> [16:41:05 ERROR]: [Votifier] with hosting services and, if so, you should check with your hosting provider.
java.net.BindException: Address already in use
at java.net.PlainSocketImpl.socketBind(Native Method) ~[?:1.7.0_40]
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376) ~[?:1.7.0_40]
at java.net.ServerSocket.bind(ServerSocket.java:376) ~[?:1.7.0_40]
at java.net.ServerSocket.bind(ServerSocket.java:330) ~[?:1.7.0_40]
at com.vexsoftware.votifier.net.VoteReceiver.initialize(VoteReceiver.java:81) [Votifier.jar:?]
at com.vexsoftware.votifier.net.VoteReceiver.<init>(VoteReceiver.java:75) [Votifier.jar:?]
at com.vexsoftware.votifier.Votifier.onEnable(Votifier.java:172) [Votifier.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:250) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:350) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:384) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.loadPlugin(CraftServer.java:298) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at org.bukkit.craftbukkit.v1_7_R1.CraftServer.enablePlugins(CraftServer.java:280) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.m(MinecraftServer.java:342) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.g(MinecraftServer.java:319) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.a(MinecraftServer.java:275) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.DedicatedServer.init(DedicatedServer.java:175) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:424) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) inecraft_server.jar:git-Bukkit-1.7.2-R0.2-3-g530fcb7-b2982jnks]
> [16:41:05 ERROR]: [Votifier] Votifier did not initialize properly!


Ano.
Obrázek

DJgollum
Příspěvky: 5
Registrován: 05 lis 2012, 18:39
Reputation: 0

Re: Votifer - Czechcraft

#10 Příspěvekod DJgollum » 12 led 2014, 21:59

Dělalo mi to samé! zkus reinstalovat GAListener pokud ho máš, mě to nyní v konzoli sice píše tyto errory ale alespoň ta odměna funguje :D


Zpět na „Minecraft, Tekkit“

Kdo je online

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