Skip to content
mahjerion edited this page Dec 28, 2020 · 1 revision

Flan

Flan (Fabric LANd) allows you to create and manage claims on your minecraft world. With commands, gui and world interactions you can easily create and manage those.

Claims are pieces of land with restricted permissions to prevent griefing. They support sub-claims to create town like systems where sub0claims have their own permissions too. Being in sub-claim mode allows you to edit sub-claims. If you are an admin you can create admin-claims too where only admins (with permission level 2+) can modify and have full access to those.

To create claims you right click with the claiming tool (a golden hoe by default) on a desired block to set the first corner and right click on another position to make the claim. Standing in a claim you have permissions for allows you to open up the claim menu via "/flan menu". With the menu you can edit global permissions or specific group permissions. Group permissions have the states: default, true, or false where default goes back to the global permissions.

Commands (in form /flan ):

  • menu: When standing in a claim you have permissions for, opens the claim menu.
  • claimInfo: Prints info about the claim you're standing in.
  • delete: Deletes the current claim.
  • deleteAll: Deletes all your claims (you need to double type to confirm it so no accidents).
  • deleteSubClaim: Deletes the current sub-claim.
  • deleteAllSubClaims: Deletes all sub-claim of the current claim.
  • list: Lists all claims you have. If OP, also gives ability to list other players' claims.
  • switchMode: Switch between normal and sub-claim mode.
  • group add|remove : Adds/removes the group with that name. Also editable via the claim menu.
  • group players add|remove [overwrite]: Adds/remove a player to the group. Also editable via the claim menu.
  • transferClaim : Gives ownership of the claim to the specified player. Only works if you're the claim owner.
  • addClaim : Creates a claim with the given positions. Same as using the claim tool.
  • editPermission global | (group ) true | false | default: Sets global/group permissions. Also editable via the claim menu (for group perm right click on the group in the menu).

Admin Commands (in form /flan ):

  • reload: Reloads the config in-game.
  • adminMode: Switches to admin mode ignoring all claims.
  • readGriefPreventionData: Parses data from the GriefPrevention plugin to Flan.
  • setAdminClaim: Sets a claim to an admin claim.
  • listAdminClaim: Lists all admin claims in the current world.
  • adminDelete [all ]: Force deletes the current claim or deletes all claims from the specified player.
  • giveClaimBlocks : Gives a player additional claim blocks.