-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Parkour Addon) Custom Parkour Events dont have check/victory points #306
Comments
Can you link your custom config ? |
heres one: Heres the other: onDeath: |
i'll investigate... but i won't have time to look into it until next week. |
Alright, Thanks. |
any new information? |
alkarinv#306 CommandController modified line 38: You will need to disable the security manager to use dynamic commands APIRegistrationController added line 103: "[BattleArena] Now registering command " + wantedCommand + " dynamically with Bukkit commandMap." Basically, users are creating custom competitions via *Config.yml files. And their commands are not being registered. The fact is that dynamic command registration via the Bukkit commandMap is working. It appears that BattleArena is loading SOME of these custom competitions, but not loading others... So I have to look into WHY it's loading some, but not all. I suspect the problem will most likely be a mis-configuration.
I have thoroughly investigated it... This appears to be a mis-configuration issue. BattleArena will allow you to have whatever *.yml files you want in your /BattleArena/competitions/ and /ArenaParkour/ folders... BattleArena will only load custom competitions from *Config.yml BoatRaceConfig.yml
This is half the file (without all the onSpawn, onJoin, onCompete extra options) and it works. For The |
Whoops, I got the From a player's perspective, alls they're gonna be doing is So I see two options here: Either
Or
Eventho you change For the However, if you're not even going to have arenas of type Parkour (and you're only going to have arenas of type BoatRace), then you could simply change them in the If you're curious what the cause of this is
That's the ParkourExecutor. As you can see, it appears that BattleArena is not instantiating an instanceof ParkourArena... eventho you clearly specify in your config |
-----What is the issue?------
When I am creating custom events that use the parkour plugin (e.g. like how the superpaintball uses the paintball default http://wiki.battleplugins.org/BattleArena/Custom_Games) I am unable to set checkpoints or victory points for the event.
I can set victory points and checkpoints in the "arenas.yml" config, but when I play the game it dosen't recognize them.
The victory condition in both the default parkour config and my custom one are both set to "CUSTOM"
Thanks in advance
~bozott
The text was updated successfully, but these errors were encountered: