Empires - Rosstail/Nodewar GitHub Wiki

You can create empires with commands (see the Commands page) or by editing some files.

BE CAREFUL. IN ORDER TO AVOID PROBLEMS, YOU MUST ALSO CREATE A GROUP IN YOU PERMISSION PLUGIN WITH THE SAME EMPIRE ID. ELSE, YOU COULD HAVE SOME TROUBLES. I'LL TRY TO FIX IT ONE DAY.

#plugins/Nodewar/empires/empirefileexample.yml
<String>: #empire ID
  display: <String>
  boss-bar-color: <String> #<RED, BLUE, YELLOW, GREEN, WHITE, PURPLE OR PINK>
  friendly-fire: <boolean>
  owner-uuid: <String>
  map:
    color: <String> # #RRGGBB

The ID of an empire must be unique no matter the file, please do not use special characters such as quotes or spaces.

  • display: Compatible with Minecraft format and hex colors, it determines the usually displayed name of the empire.
  • boss-bar-color: Compatible only with RED, BLUE, YELLOW, GREEN, WHITE, PURPLE or PINK, it displays the bar for every players on a vulnerable territory or point when their empire are conquering a point or defending an area.
  • friendly-fire: true or false. Whether if the players of a same empire can deal damage eachother.
  • owner-uuid (optional): The owner of the empire, if needed.
  • map.color: The filling color displayed for conquered territories on the dynmap
⚠️ **GitHub.com Fallback** ⚠️