forked from alkarinv/BattleArena
-
Notifications
You must be signed in to change notification settings - Fork 1
Changelog
alkarinv edited this page Sep 26, 2012
·
2 revisions
- Fixed a problem for Windows servers where add ons, like ArenaSpleef and ArenaPaintball, weren't properly making configs.
- You can now bet on duels using the option money <amount></amount>. You can also use the name of your server currency if you are using vault.
- /skirmish duel alkarin_v money 50
- Fixes for creative mode switching bug that I introduced in == 3.6.6
- Fix for matches/events using HighestKills where kills/deaths wasnt tracking properly.
- MobArena support: checks to see if a player is in MobArena and won't allow them to join a match if they are.
- Multiverse-Core support: Gamemode switching now works properly with Multiverse-Core
- Multiverse-Inventories support: Gamemode and cross world teleporting now works properly with Multiverse-Inventories
- New onServerStartup options: startNext and startContinuous will now start the event scheduler on startup
- added new command for event scheduling /bas startNext: to start the next event in the list
- If a player does /<match></match> join and there is no 1v1 made it will try and put them in a larger arena, like 3v3.
- Took extra steps to remove WorldGuard dependency (it shouldnt be needed)
- New API features for plugins using Arenas
- Players joining the arena through creative were able to take items out. Resolved in this version.
- Added Dueling between players
- Added worldguard support for clearing items from a region, and not letting players leave the arena region
- Fix for messages.yml being loaded before the default directory was created, causing messages errors to occur on first startup.
- Added a space into the classes.yml file that was causing a yml parsing error.
- Fixes for mob/item spawning
- Fix for gamemodes and item storing for events with Waitrooms
- Class signs are now functional. You can place them in a waitroom or arena and players can select a class. If they can swap between all classes until their inventory changes, at which point they are locked into that class. This allows people to choose classes but not be able to transfer items to other people or themselves.
- Minor message Fixes
- Fixes for matches and tournaments when I introduced a bug in == 3.6.4.
- Option for force joining all players on the server for events
- Allows events to be scheduled and run on a continuous loop
- new cleaner handling of options for opening events (see wiki)
- All matches and events can now have an end time (specified by matchTime: <value></value> in the config). Can be overriden in any match/event config section.
- Fix for people that joined and disconnected with different gamemodes
- Removed BattleTracker Dependency
- new command. /<cmd></cmd> rank, and /<cmd></cmd> rank <player></player>. Example, /skirmish rank. This needs BattleTracker v2.1.2 or above
- /cmd leave now works at all times