Inactive [FUN] Capture The Flag 1.5 - Pvp rocks ! [1000]

Discussion in 'Inactive/Unsupported Plugins' started by Ptibiscuit, Jun 9, 2011.

  1. Offline

    Ptibiscuit

    Hello,

    I introduce you my new plugin. It's a dream I realized 'cause it's a game I've always wanted to create. I try to make something totally custozimable. The admin can choose the location of the flag, of the spawn, the team's color, ...

    [​IMG] Description :
    This plugin will make a Capture The Flag with some configurations. And to help you with this configurations, you have some special commands for Admin. Your players will have some commands too, to join a team, leave it, show the list of teams, ...

    The game is very simple : The goal is stealing the ennemy's flag (Left-Click on it) and bring back it to your base (Left-Click on your's). Because I don't like change the client's game, I didn't add new blocks. I use colorful wools to simulate the flag, I follow those all of the wat. So, The flag's carrier can't place it, drop it or use it (fix it, buy it, break it, quick erase it ...). When a player die or join a team, he will respawn at his team's spawn location.

    [​IMG] Installation :
    To install this plugin, your server must work with bukkit. If it does, download this file :
    Capture The Flag 1.5 (Direct)
    Source (GitHub)
    Move it to /plugins, the jar file has to be in /plugins/CaptureTheFlag.jar and the folder in /plugins/Capture_The_Flag. When the files are where they have to be, you can configure the game. You can open the file /plugins/Capture_The_Flag/options.yml. Its content is explained in the next part.

    [​IMG] Configuration :
    First of all, open the file /plugins/Capture_The_Flag/options.yml.
    Inside, you will find teams' configurations. Each lines equals to a team, here is the structure of a line :
    In bold, you have what you can change :
    [Tag] : The team's tag. It's the word players have to write for join a team, or for admins to set the location of a element. So it's a identification word for commands.
    [Name] : Team's name. It will be display in chat message.
    [Color] : It's the color of your team. Here is the list of which word you can write :white orange magenta light_blue yellow lime pink grey silver cyan purple blue brown green red black
    [X/Y/Z/World] : It's a location. He has to be like that, -58/698/12, with slashes between each numbers. You can modify this parameter in the game, so you don't have to touch it now. :)

    [​IMG] Commands :
    All the commands begin with /ctf. For example, to see the list of teams, you have to write /ctf list
    Players' commands :
    • list : Display the list of teams with there tags and there sizes.
    • help : Display the available commands.
    • join [Tag] : Join the tag's team.
    • leave : Leave the team where you are.
    Ops' commands :
    • set gamearea/minimap : Define location for those elements.
    • set [Tag] flag/spawn : Your position will be the flag or the spawn of the team you specified with tag. Exemple : /ctf set red flag
    • on/off : activate/desactivate game. If you activate, flags will appear and players will be teleported to team's spawn. If you desactivate, players will lost there stolen flags and flags' block will disappear.
    • restart : Like an on them off.
    [​IMG] Minimap :
    It's a physic minimap representig the flag's position. 'Cause a video equals 1256 words, you can watch this (In french, unfortunately ...).



    [​IMG] Changelogs :
    • 1.5: Create a lang.properties file to translate the plugin
    • 1.4: Fixing so many bugs & errors
    Changelog (open)

    • 1.3: I was really drunk
    • 1.2: I was drunk
    • 1.1: Add a minimap for watching the game
    • 1.0: The game is playable !
     
    Haloflooder likes this.
  2. Offline

    beatcomet

    Thanks for the release, i'm going to try it.
     
  3. Offline

    captainawesome7

  4. Offline

    Pencil

    Looks awesome!

    and

     
  5. Offline

    kahlilnc

    O: nice plugin
     
  6. Offline

    captainawesome7

    @Ptibiscuit Seriously? Why the (direct) if it's from mediafire?
    <Edit by Moderator: Redacted mediafire url>
    Really?
     
    Last edited by a moderator: Nov 27, 2016
  7. Offline

    Ptibiscuit

    I'm sorry, Mediafire is (Direct) for me. :oops:
    Here is a real direct link :
    Capture The Flag
     
  8. Offline

    Ptibiscuit

    New version !
    They said I was crazy, but I did it ! I did it !
    A minimap in Minecraft : You can define a place, this place will show the location of the flags' carriers in real time with colorful wools. To make a minimap, you have to define two areas :
    The gamearea, it will contain the game, flags, spawns, ...
    The minimap, smaller than gamearea, will contain colorful wools.
    To define a minimap, you have to write /ctf set minimap/gamearea in the corner of your rectangle. Then, go to the opposite corner and write the command again. Do that for minimap and gamearea. You can do what you want around the minimap.
    Here is the new version, i edit the first post to include new commands and a future video about the minimap :
    Capture The Flag 1.1
     
  9. Offline

    Plague

    please update do latest recommended CB
     
  10. Offline

    Plague

    inactive then
     
  11. Offline

    Ptibiscuit

    Last night, I helped a server to configure the plugin.
    Meanwhile, I discovered some bugs, so I made a new version of the plugin.
    I made a video that show how work the minimap.
    Have a good game. :)
     
  12. Awwww, speak english xD
     
  13. Offline

    embty

    Nice Really nice nice! ;p
    Edit: what permissions does this support I use the old permissions 2.x
     
  14. Offline

    Bobcheeseington

    i dont know how to use this in the game its not in english
     
  15. Offline

    iBlacK

    Please translate it into english
     
  16. Offline

    kotpx3

    Im using the CB1000 version and it gives me an error..


    2011-08-06 00:00:13 [SEVERE] Error occurred while enabling Capture The Flag v1.1 (Is it up to date?): null
    java.lang.NullPointerException
    at org.bukkit.Location.getBlock(Location.java:72)
    at com.ptibiscuit.capturetheflag.CaptureTheFlag.onEnable(CaptureTheFlag.java:194)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:878)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146)
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
     
  17. Offline

    Ptibiscuit

    Okey, I fixed the bug, I translate the, I just want to try the plugin before delivering it, but I don't have my personnal server. I also optimized the minimap, it will undergo an other optimization. :)
     
  18. Offline

    Haloflooder

    Can you help us set up ours? We made a big CTF map and we need help with ours. it's a HUUUGGEEE Map. The ip is mc.HHCraft.info:1337 :)
     
  19. Offline

    Ptibiscuit

    Okey, i'll connect to your server tonight and help you.
     
  20. C'est vraiment sympa, mais j'ai un problème

    En éffet, mon pluggin à tout simplement céssé de fonctionné

    Je ne sais pas pourquoi, alors je l'est enlever, peux tu m'aider stp?

    Cordialement



    For english users

    It's really nice, but I have a problem

    Indeed, my pluggin to simply stopped functioning

    I do not know why, when I was away, can you help me stp?

    cordially
     
  21. Offline

    Ptibiscuit

    Do you have an error in you error in your log ?
     
  22. Offline

    skaazilla

    Hi there. I've been running a server for me and my friends for some weeks now, and we've been using your plugin. However, it is in french, and since we are all portuguese, we don't really know how to speak it (well, some of us do know a bit french, but not that much). I was waiting for the english version of the plugin, which you said earlier you had already finished. I would gladly test it on my server, and if you wanted to, I could even invite you to come and have some fun with us while testing it :) We made a big CTF arena, with redstone circuits, towers, arrow-dispensers, and much more, soo we can guarantee everyone will have fun and we get to test your plugin in english, just like we wanted :)

    Contact me if you're interested, and we can set a day and hour :)

    Cheers, and thanks for the great plugin!
     
  23. Offline

    Ptibiscuit

    Okey, sorry I totally forget to code on this plugin. As other plugins, I made a lang.properties file contains all the sentences used in the plugin (I translate from the French, sorry if the sentences have no sence =X).
    If you want to translate the plugin in portuguese, open the lang.properties file and translate the sentence.
    Actually, if somebody could read it, just to be sure it's understandable. :)
    New version is in the first post. Skaazilla, I'll sent you a Pm. :)
     
  24. Offline

    Shayana

    Hey there !
    I've tested your plugin just few hours ago, it's a great one ! We were waiting for this for ages :)
    the minimap is awesome, plus it's in french, and I'm from a french server, so we don't even have to translate it !

    However, i've got a few questions for you, do you plan to make other versions ?
    Also, do you need my advice on what I think should be done, 'cause I found some things going wrong during the test...
    I you want me to show them, I'll be glad to meet you on our server, it's r0x.fr (with a zero) (no, its not an ad haha)
    Thanks see ya soon :)
     
  25. Offline

    Mugron

    Bonjour,
    Il se trouve que j'ai téléchargé la version 1.5 de votre plugin aujourd'hui dans le but de le tester sur mon serveur Bukkit (utilisant la version recommandée actuellement à savoir la 1000) car je le trouvais très intéressant.
    Mais au démarrage du serveur, j'obtiens différents messages d'erreur.
    En effet, j'ai tout d'abord tenté de faire fonctionner votre plugin avec les deux équipes par défaut dans le fichier options.yml, j'ai obtenu un message d'erreur, mais pensant que l'erreur venait de moi, j'ai voulu essayer en rajoutant une équipe par moi même et là j'obtiens un message différent.
    J'ai aussi tenté d'utiliser les commandes du plugin malgré les messages d'erreur mais la console n'affiche rien et le plugin ne répond pas (un peu logique vu qu'il n'arrive pas à s'activer au démarrage du serveur).
    Du coup, je me permets de mettre un message sur ce topic pour vous prévenir de ce désagrément et que vous puissiez m'éclairer pour savoir si le problème vient d'une mauvaise configuration de ma part ou d'un problème avec le plugin.
    Voici les deux messages d'erreur que j'obtiens :
    -le premier quand j'utilise la configuration par défaut du fichier options.yml
    Show Spoiler



    03:36:08 [INFO] | Capture The Flag by Ptibiscuit |
    03:36:08 [INFO] ----------------------------------
    03:36:08 [GRAVE] Error occurred while enabling Capture The Flag v1.1 (Is it up t
    o date?): null
    java.lang.NullPointerException
    at org.bukkit.Location.getBlock(Location.java:72)
    at com.ptibiscuit.capturetheflag.CaptureTheFlag.onEnable(CaptureTheFlag.
    java:210)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:878)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)

    -le deuxième quand j'ajoute une équipe par moi même:
    Show Spoiler



    03:27:25 [INFO] ----------------------------------
    03:27:25 [INFO] | Capture The Flag by Ptibiscuit |
    03:27:25 [INFO] ----------------------------------
    03:27:25 [GRAVE] Error occurred while enabling Capture The Flag v1.1 (Is it up t
    o date?): while parsing a flow node; expected the node content, but found Stream
    End
    while parsing a flow node
    expected the node content, but found StreamEnd
    in "<reader>", line 2, column 1:

    ^

    at org.yaml.snakeyaml.parser.ParserImpl.parseNode(ParserImpl.java:486)
    at org.yaml.snakeyaml.parser.ParserImpl.parseFlowNode(ParserImpl.java:37
    0)
    at org.yaml.snakeyaml.parser.ParserImpl.access$2500(ParserImpl.java:119)

    at org.yaml.snakeyaml.parser.ParserImpl$ParseFlowMappingValue.produce(Pa
    rserImpl.java:770)
    at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:163)
    at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:148)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:132)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java
    :230)
    at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160)
    at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:12
    2)
    at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:105)

    at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseCons
    tructor.java:124)
    at org.yaml.snakeyaml.Yaml.load(Yaml.java:264)
    at com.ptibiscuit.capturetheflag.CaptureTheFlag.onEnable(CaptureTheFlag.
    java:154)
    at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:126)
    at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader
    .java:878)
    at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManage
    r.java:272)
    at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:162)
    at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:146
    )
    at net.minecraft.server.MinecraftServer.e(MinecraftServer.java:284)
    at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:271)
    at net.minecraft.server.MinecraftServer.init(MinecraftServer.java:148)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:335)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)


    Voilà, je vous remercie par avance si vous trouvez une solution à mon problème.
     
  26. Offline

    noctam

    Bonjour,

    je viens d'installer ton plugin et j'ai fais quelque test, il est vraiment géniale !!

    continue comme ça :)
     
  27. Offline

    Mugron

    Rebonjour,
    J'ai finalement trouvé d'où provenait le problème. En fait je n'avais pas remplacé le mot World dans les coordonnées des équipes par celui du monde de mon serveur. A présent tout fonctionne à merveille. Désolé pour le dérangement et continuez votre si beau travail ;).
     
  28. Offline

    Shwazzers

    Im sorry if i sound really stupid right now, but I can't get the tags to work. It always says it does not exist. Any help please?
     
  29. Offline

    Tonya69

    Hi i am having issues with it. i can't get the commands to work do you have permission nodes for it or something? and also i have server log errors Can someone help me please?
    Heres my server log info.Please let me know if you need more info if you try to help me.
    And i'll be right on top of it :) Thanks in Advance!

    Code:
    C:\Users\TonyaT\Desktop\MINECRAFT SERVER>64-bit
    '64-bit' is not recognized as an internal or external command,
    operable program or batch file.
    151 recipes
    16 achievements
    05:36:51 [INFO] Starting minecraft server version Beta 1.7.3
    05:36:51 [INFO] Loading properties
    05:36:51 [INFO] Starting Minecraft server on 5.xxx.xxx.xxx:25565
    05:36:51 [INFO] This server is running Craftbukkit version git-Bukkit-0.0.0-945-
    g73697a4-b1000jnks (MC: 1.7.3)
    05:36:51 [INFO] LWC: Loading shared objects
    05:36:51 [INFO] LWC: Protection cache: 0/10000
    05:36:51 [INFO] LWC: Native library: plugins/LWC/lib/native/Windows/x86/sqlitejd
    bc.dll
    05:36:51 [INFO] Preparing level "world"
    05:36:51 [INFO] Preparing start region for level 0 (Seed: 7353946349785170781)
    05:36:52 [INFO] [BananaChunk] version 4.6 is enabled!
    05:36:52 [INFO] ----------------------------------
    05:36:52 [INFO] | Capture The Flag By Ptibiscuit |
    05:36:52 [INFO] ----------------------------------
    05:36:52 [INFO] [ChestShop] version 3.0 initialized!
    05:36:52 [INFO] [ChestShop] iConomy 5 loaded.
    05:36:52 [INFO] [ChestShop] LWC version 3.31 loaded.
    05:36:52 [INFO] [ChestShop] Lockette version 1.3.8 loaded.
    05:36:52 [INFO] Loaded Essentials build 2.5.6 by [Zenexer, ementalo, Aelux, Bret
    tflan, KimKandor, snowleo, ceulemans, Xeology]
    05:36:52 [INFO] [Essentials] Payment method found (iConomy version: 5)
    05:36:52 [INFO] Loaded EssentialsChat build 2.5.6 by essentials team
    05:36:55 [INFO] [iConomy] Logging is currently disabled.
    05:36:55 [INFO] [iConomy] v5.01 (Eruanna) loaded.
    05:36:55 [INFO] [iConomy] Developed by: [Nijikokun]
    05:36:55 [INFO] [Jail] Loaded 0 jail zones.
    05:36:55 [INFO] [Jail] Loaded 0 prisoners.
    05:36:55 [INFO] [Jail] Loaded 0 cells.
    05:36:55 [INFO] Lockette version 1.3.8 is being enabled!  Yay!  (Core version 1.
    0)
    05:36:55 [INFO] Lockette: Detected craftbukkit build [1000] ok.
    05:36:55 [INFO] Lockette: Using ops file for admin permissions.
    05:36:55 [INFO] Lockette: Ready to protect your containers.
    05:36:55 [INFO] PermissionsHelper version 1.0.2 loaded!
    05:36:55 [INFO] PermissionsHelper will generate a permissions list in approximat
    ely thirty seconds.
    05:36:55 [INFO] [Questioner] v0.4 - Enabled
    05:36:55 [INFO] ServerSave: Save interval is: 3000 seconds.
    05:36:55 [INFO] ServerSave: ServerSave enabled!
    05:36:55 [INFO] [SolitaryConfinement] Plugin enabled! (version 1.0)
    05:36:55 [INFO] [Towny] Database: [Load] flatfile [Save] flatfile
    05:36:55 [INFO] [Towny] Using: iConomy, Essentials, Questioner
    05:36:55 [INFO] [Towny] Version: 0.74.0 - Mod Enabled
    05:36:55 [INFO] WorldEdit 4.4 enabled.
    05:36:55 [INFO] WorldEdit: No known permissions plugin detected. Using configura
    tion file for permissions.
    05:36:55 [INFO] WorldGuard: No known permissions plugin detected. Using configur
    ation file for permissions.
    05:36:55 [INFO] WorldGuard: (world) Single session is enforced.
    05:36:55 [INFO] WorldGuard: (world) TNT ignition is blocked.
    05:36:55 [INFO] WorldGuard: (world) Lighters are blocked.
    05:36:55 [INFO] WorldGuard: (world) Lava fire is blocked.
    05:36:55 [INFO] WorldGuard: (world) All fire spread is disabled.
    05:36:55 [INFO] WorldGuard: Loaded configuration for world 'world"
    05:36:55 [INFO] WorldGuard: 96 regions loaded for 'world'
    05:36:55 [INFO] WorldGuard 5.0-alpha10 enabled.
    05:36:55 [INFO] LWC: Loaded 135 locale strings (0 overrides)
    05:36:55 [INFO] LWC: Permissions API: NoPermissions
    05:36:55 [INFO] LWC: Currency API: iConomyCurrency
    05:36:55 [INFO] LWC: Loading SQLite
    05:36:55 [INFO] LWC: Using: Native
    05:36:55 [INFO] LWC: Precached 3 protections.
    05:36:55 [INFO] LWC: At version: 3.31-git-LWC-b9ea01e8c2f66480ada443ba9084dfbe98
    32f06e-b81jnks
    05:36:55 [INFO] Server permissions file permissions.yml is empty, ignoring it
    05:36:55 [INFO] Done (0.396s)! For help, type "help" or "?"
    05:37:11 [INFO] Tonya69 [/5.121.186.161:62402] logged in with entity id 11 at ([
    world] -73.0625, 79.625, 151.625)
    05:37:15 [INFO] timothydurgin87 [/5.63.4.10:49701] logged in with entity id 15 a
    t ([world] -79.49493708378249, 69.19592324318364, 116.2488712310289)
    05:37:25 [INFO] PermissionsHelper will now generate a list of permissions and wr
    ite them to plugins/PermissionsHelper/list.txt
    05:37:25 [INFO] Writing has finished.
    05:38:25 [INFO] [PLAYER_COMMAND] Tonya69: /list
    05:38:27 [INFO] [PLAYER_COMMAND] timothydurgin87: /i grass
    05:38:35 [SEVERE] Could not pass event PLAYER_COMMAND_PREPROCESS to Capture The
    Flag
    java.lang.ArrayIndexOutOfBoundsException: 1
            at com.ptibiscuit.capturetheflag.CaptureTheFlag$CommandManager.onPlayerC
    ommandPreprocess(CaptureTheFlag.java:405)
            at org.bukkit.plugin.java.JavaPluginLoader$5.execute(JavaPluginLoader.ja
    va:272)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
            at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.
    java:706)
            at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:677)
    
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:670)
            at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    05:39:26 [INFO] WorldEdit: timothydurgin87: /
    05:39:52 [INFO] [PLAYER_COMMAND] timothydurgin87: /time day
    05:40:45 [INFO] [PLAYER_COMMAND] timothydurgin87: /i grass
    05:42:26 [INFO] Connection reset
    05:42:26 [INFO] timothydurgin87 lost connection: disconnect.quitting
    05:42:26 [SEVERE] Could not pass event PLAYER_QUIT to Capture The Flag
    java.lang.NullPointerException
            at com.ptibiscuit.capturetheflag.CaptureTheFlag$RespawnManager.onPlayerQ
    uit(CaptureTheFlag.java:805)
            at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.ja
    va:251)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
            at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConf
    igurationManager.java:146)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:608)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    05:42:31 [INFO] timothydurgin87 [/5.63.4.10:49704] logged in with entity id 68 a
    t ([world] -113.6178556957339, 100.09099130239338, 112.087967868026)
    05:44:26 [INFO] WorldEdit: timothydurgin87: /set flag
    05:44:56 [INFO] WorldEdit: timothydurgin87: /set flag red
    05:45:28 [INFO] WorldEdit: timothydurgin87: /set flagred
    05:45:47 [INFO] [PLAYER_COMMAND] timothydurgin87: /time day
    05:46:38 [INFO] [PLAYER_COMMAND] timothydurgin87: /weather sun
    05:47:11 [INFO] Connection reset
    05:47:11 [INFO] timothydurgin87 lost connection: disconnect.quitting
    05:47:11 [SEVERE] Could not pass event PLAYER_QUIT to Capture The Flag
    java.lang.NullPointerException
            at com.ptibiscuit.capturetheflag.CaptureTheFlag$RespawnManager.onPlayerQ
    uit(CaptureTheFlag.java:805)
            at org.bukkit.plugin.java.JavaPluginLoader$2.execute(JavaPluginLoader.ja
    va:251)
            at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.jav
    a:58)
            at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.j
    ava:332)
            at net.minecraft.server.ServerConfigurationManager.disconnect(ServerConf
    igurationManager.java:146)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:608)
            at net.minecraft.server.NetworkManager.b(NetworkManager.java:231)
            at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:85)
            at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
            at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
            at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
            at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    05:48:09 [INFO] timothydurgin87 [/5.63.4.10:49714] logged in with entity id 70 a
    t ([world] -107.6294766021111, 74.0, 128.56691100451297)
    05:49:27 [INFO] WorldEdit: timothydurgin87: /
    05:51:20 [INFO] WorldEdit: timothydurgin87: /
    05:51:22 [INFO] WorldEdit: timothydurgin87: /
    05:53:09 [WARNING] timothydurgin87 moved wrongly!
    05:53:09 [INFO] Got position -96.42177693895738, 79.28109244679217, 94.699999988
    07909
    05:53:09 [INFO] Expected -95.69999998807907, 79.20000004768372, 94.6999999880790
    9
    05:57:04 [WARNING] timothydurgin87 moved wrongly!
    05:57:04 [INFO] Got position -79.91631707542862, 79.8304768987, 96.3000000119209
    1
    05:57:04 [INFO] Expected -80.30000001192093, 79.8304768987, 96.30000001192091
    05:57:14 [INFO] [PLAYER_COMMAND] timothydurgin87: /time day
    05:57:41 [INFO] [PLAYER_COMMAND] timothydurgin87: /i glowstone
    >
     
  30. Offline

    Ptibiscuit

    Shwazzers, normally, it's the first word in each line in the configuration file. Are you sure that's what you write ?

    Tonya, I think you've got an old version of the plugin. :)
     

Share This Page