Skip to content

Releases: DaPigGuy/PiggyFactions

1.1.0

21 Jun 03:11
9353035
Compare
Choose a tag to compare
  • Implemented new commands:
    • /f addpower (#40)
    • /f powerboost
    • /f player
      • {PLAYER} - Name
      • {FACTION} - Faction
      • {RANKSYMBOL} - Symbol of faction rank
      • {POWER} - Amount of power
      • {TOTALPOWER} - Max amount of power
      • {TIMETOMAXPOWER} - Time to max on power in hours
      • {POWERPERHOUR} - Amount of power obtained within an hour
      • {POWERPERDEATH} - Amount of power obtained per death
      • {CREATIONDATE} - Date of first login (format: January 1, 1970 @ 12:00 AM PST)
      • {AGE} - Detailed duration string since first login
      • {SIMPLEAGE} - Simplified {AGE}
    • /f unclaim <auto|circle|square>
    • /f version
  • New Languages: Serbian, Simplified Chinese
  • Updated Languages: German, Traditional Chinese, Spanish
  • Added config option to enforce alphanumeric faction names (#65)
  • Added the following tags for /f info
    • {CLAIMS} - # of claims
    • {CREATIONDATE} - Date of creation of faction (format: January 1, 1970 @ 12:00 AM PST)
    • {AGE} - Detailed duration string since faction creation
    • {SIMPLEAGE} - Simplified {AGE}
    • {RELATIONS} - Color coded list of factions in relationship with
  • Overclaiming now requires having outter claims to first be overclaimed
  • FactionEvent & FactionMemberEvent classes are now marked as abstract
  • Changed FactionRelationEvent constructor signature to accept two factions rather than an array of two factions
  • Fixed members with ban & kick permissions to ban or kick faction leaders
  • Fixed crash when using non-implemented language as the default language
  • Fixed exploit which allowed players to fly indefinately
  • Bumped minimum PMMP version to 3.13.0
  • Bumped version to 1.1.0

1.0.8

21 Jun 03:12
dc8de6c
Compare
Choose a tag to compare
  • Updated ParoxityTeam/Commando to v2.1.0 (#59)
  • Fixed /f fly not disabling on teleport
  • Fixed crash when leaving while /f fly is toggling off
  • Fixed several potential crashes caused by faction member not yet existing
  • Bumped version to 1.0.8

1.0.7

21 Jun 03:13
fff72fe
Compare
Choose a tag to compare
  • New Language: Chinese (Traditional) by @Taylarity
  • New Language: Spanish by @UnEnanoMas
  • Added obtaining power through kills
  • Improved the update notifier
  • Fixed several missing permission nodes
  • Fixed /f permission not accepting neutral or truced
  • Fixed missing space in the logs.actions.kick message
  • Bumped version to 1.0.7

1.0.6

21 Jun 03:14
b9fbdcf
Compare
Choose a tag to compare
  • Fixed forms causing Internal Server Errors for float/int arguments
  • Bumped version to 1.0.6

1.0.5

21 Jun 03:15
6825b9a
Compare
Choose a tag to compare
  • Implemented faction bank
    • /f money
    • /f deposit
    • /f withdraw
    • /f top money
  • Localization improvements
    • Added /f language for players to change their language
    • Allow default server language to be changed within config.yml
    • Moved language files to its own folder
  • New Language: German (#51) by @SalmonDE
  • Database changes
    • Added patch system
    • Main thread is now stopped until tables are created
    • Main thread is now stopped on disable until all PiggyFactions queries are finished
  • DEVELOPERS: FactionsPlayer instance now available for most events
  • FactionCommand now implements PluginIdentifiableCommand (#49)
  • Add EconomyAPI, MultiEconomy, HRKChat as a soft dependency
  • Fixed autoclaiming not working when moving between unclaimed chunks
  • Bumped version to 1.0.5

1.0.4

21 Jun 03:17
94ccd6e
Compare
Choose a tag to compare
  • Added faction logs (#34)
  • Added virion checks
  • Added /f fly
  • Change displayed power to be rounded to the hundredth (#44)
  • Bumped version to 1.0.4

1.0.3

21 Jun 03:17
0e4ccf7
Compare
Choose a tag to compare
  • Switched to ParoxityTeam/Commando fork
  • Added better auto completion for /f permission & /f flag
  • Added /f claim subcommands auto, circle, square
  • Fixed usernames not correctly updating when changed
  • Fixed /f setpower not displaying final player power
  • Fixed missing command permissions for disband, enemy, flag, top, & truce
  • Bumped version to 1.0.3

1.0.2

21 Jun 03:17
379965e
Compare
Choose a tag to compare
  • Fixed container permissions having no effect
  • Fixed int column type remaining from development
  • Bumped version to 1.0.2

1.0.1

21 Jun 03:18
05e82c0
Compare
Choose a tag to compare
  • Added RANK_SYMBOL & RANK_NAME tags to faction/ally chats (#2)
  • Allow blocking of commands in claims by relation (#6)
  • Added faction player count limit feature (#7)
  • Added ability to customize /f form title
  • Added Poggit update checks
  • Cleaned up /f map
  • Fixed potential crash with slow chunk generation
  • Fixed potential crash caused by auto power gain
  • Bumped version to 1.0.1

1.0.0

21 Jun 03:19
410c1f8
Compare
Choose a tag to compare
  • Initial Release