mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-12-22 16:05:01 +00:00
Changed Beta version to 12, updated staff list. (#503)
* Fixed IceBlast Selection Bug * Added KnockBack to WallOfFire Also organized imports. * Fixed WallOfFire Knockback * Fixed Watermanip creating air pockets. Also organized imports. * Fixed surge wall removing leaves, also re-did my fix on WaterManipulation creating air pockets. I thought I tested my fix for watermanipulation really well, but I didn't test it as well as I thought, my bad. With my previous fix, it fixed watermanip's air pockets, but it would create waterblocks if used from a waterbottle, this is now fixed. * Changed addWater to a non-static method, also changed player to non-static. * Changed Extraction to be a metal ability. * Fixed WaterManipulation for sure this time. Sorry for all of the fails before, I would fix a problem, then another one would arise. This has been test, and I haven't found any new issues, and I have fixed the previous ones. * Changed beta version to 11, also updated staff list. Change Kiam to ProjectKorra Administrator Added myself as Developer.
This commit is contained in:
parent
dd84fc1c57
commit
de01245ad6
2 changed files with 3 additions and 2 deletions
|
@ -47,7 +47,7 @@ public class WhoCommand extends PKCommand {
|
|||
|
||||
staff.put("a197291a-cd78-43bb-aa38-52b7c82bc68c", ChatColor.DARK_PURPLE + "ProjectKorra Lead Developer"); // OmniCypher
|
||||
|
||||
staff.put("15d1a5a7-76ef-49c3-b193-039b27c47e30", ChatColor.GREEN + "ProjectKorra Head Concept Designer"); // Kiam
|
||||
staff.put("15d1a5a7-76ef-49c3-b193-039b27c47e30", ChatColor.GREEN + "ProjectKorra Administrator"); // Kiam
|
||||
|
||||
staff.put("1553482a-5e86-4270-9262-b57c11151074", ChatColor.GOLD + "ProjectKorra Head Community Moderator"); // Pickle9775
|
||||
|
||||
|
@ -59,6 +59,7 @@ public class WhoCommand extends PKCommand {
|
|||
staff.put("dedf335b-d282-47ab-8ffc-a80121661cd1", ChatColor.DARK_PURPLE + "ProjectKorra Developer"); // grasshopperMatt
|
||||
staff.put("679a6396-6a31-4898-8130-044f34bef743", ChatColor.DARK_PURPLE + "ProjectKorra Developer"); // savior67
|
||||
staff.put("7bb267eb-cf0b-4fb9-a697-27c2a913ed92", ChatColor.DARK_PURPLE + "ProjectKorra Developer"); // Finn
|
||||
staff.put("1c30007f-f8ef-4b4e-aff0-787aa1bc09a3", ChatColor.DARK_PURPLE + "ProjectKorra Developer"); // Sorin
|
||||
|
||||
staff.put("623df34e-9cd4-438d-b07c-1905e1fc46b6", ChatColor.GREEN + "ProjectKorra Concept Designer"); // Loony
|
||||
staff.put("3c484e61-7876-46c0-98c9-88c7834dc96c", ChatColor.GREEN + "ProjectKorra Concept Designer"); // SamuraiSnowman (Zmeduna)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: ProjectKorra
|
||||
author: ProjectKorra
|
||||
version: 1.8.0 BETA 11
|
||||
version: 1.8.0 BETA 12
|
||||
main: com.projectkorra.projectkorra.ProjectKorra
|
||||
softdepend: [PreciousStones, WorldGuard, WorldEdit, Factions, MassiveCore, GriefPrevention, Towny, NoCheatPlus, LWC, Residence]
|
||||
commands:
|
||||
|
|
Loading…
Reference in a new issue