promotional bannermobile promotional banner
premium banner
A claim manager for Pixelmon 6.3 and newer based on chunks.

Description

Pixelmon Claims Sidemod!

This was designed specifically for Pixelmon 6.3 and newer, older versions will not work. Otherwise this will offer a claim system to protect players from griefing. See the following information for how to use the mod as it is important. This is only required on the server though it can work on singleplayer there is no reason for it there.

 

The players create claims then add chunks to the claim, they can purchase chunks using pokedollars and the amount is set in the config file. All file formats are Json to make for easy modification and the default configuration file is created on the first run but is written over when unloaded. This is for future functionality not yet implemented.

 

Permissions: A permissions manager is required, this has been tested with LuckPerms for Sponge but should work for any Forge permissions manager. The permissions shown here are for Sponge.

 

Commands: All commands have an in game help, just use "/<command> help" for the list of sub commands. The aliases can be disabled in the case of conflicts, aliases are just absent the leading "pc".

 

  • /pcclaim - This manages a single claim. Permission is pixelmonclaims.command.pcclaim
  • /pcclaims - An informational command to see player information or a list of claims. Permission is pixelmonclaims.command.pcclaims
  • /pctrust - Manage trust flags and lists. A player must be added to the trust list before their permissions can be managed. Permission is pixelmonclaims.command.pctrust
  • /pcchunk - To claim or buy chunks. Permission is pixelmonclaims.command.pcchunk
  • /pcadmin - A way to manage the entire mod. Permission is pixelmonclaims.command.pcadmin

For ranks the permissions are pixelmonclaims.rank.<rankname> set to true. The rank with the highest weight will be selected if multiple rank permissions are set.

 

Ranks must be added in the config file for the time being, other config settings:

  • develop_setting - Leave to 0 for servers.
  • chunk_cost - An integer value.
  • alias_* - If the alias is enabled <true/false>
  • ranks - The list of ranks.
  • interact_blacklist - The blocks that require permission from the claim owner to interact with. (NOTE: Will change this to a whitelist instead)

Rank settings:

  • base_chunks - The number of chunks a player can claim for no cost.
  • max_buy_chunks - The number of chunks a player can purchase.
  • max_claims - The number of claims a player may have.
  • weight - The higher the weight, the more importance it has.
  • admin - If the rank can manage other players' ranks.

The default ADMIN rank and ADMIN player can be used to create admin claims which have no limits or costs. Adding the ADMIN rank to a player will not have any benefit to the player, create an actual rank for the admins of a server.

 

Planned features:

  • Client side implementation for custom GUIs (optional).
  • Towny like tax system to help fuel player based economies.
  • Claim descriptions to appear in HUD or chat when entering/leaving a claim.