Skip to content

Commands & Permissions

Jack edited this page Aug 22, 2024 · 8 revisions
  • quarters.wand | Allows usage of the wand item
  • quarters.landlord | Allows town staff to perform actions on quarters that quarter owners can do such as changing the name or colour
  • quarters.landlord.receive_command_feedback_from_town_members | Allows town staff to receive command feedback from other players in their town in a grey colour

Standard commands

Within the standard commands, here is what the default boolean values mean:

  • True: anyone can use this, there should be no issues giving this to everyone for most servers

  • False: These are intended for town staff, give these to mayors, assistants, etc. in your townyperms.yml

  • True* (with an asterisk): Players will be given these by default, however they will not do anything unless the player is using it on a quarter they own or on a quarter in a town when they have the quarters.landlord permission

  • /quarters (/q) | quarters.command.quarters | True

    • claim | quarters.command.quarters.claim | True
    • create | quarters.command.quarters.create | False
    • delete | - quarters.command.quarters.delete | False
    • edit | quarters.command.quarters.edit | True
      • addselection | quarters.command.quarters.edit.addselection | False
      • remove | quarters.command.quarters.edit.remove | False
    • evict | quarters.command.quarters.evict | False
    • fame | quarters.command.quarters.fame | True
    • info | quarters.command.quarters.info | True
    • meow | quarters.command.quarters.meow | True
    • pos | quarters.command.quarters.pos | True
    • selection | quarters.command.quarters.selection | True
      • add | quarters.command.quarters.selection.add | True
      • clear | quarters.command.quarters.selection.clear | True
      • copy | quarters.command.quarters.selection.copy | True
      • paste | quarters.command.quarters.selection.paste | True
      • remove | quarters.command.quarters.selection.remove | True
    • sell | quarters.command.quarters.sell | False
    • set | quarters.command.quarters.set | True
      • anchor | quarters.command.quarters.set.anchor | True*
      • colour | quarters.command.quarters.set.colour | True*
      • defaultsellprice | quarters.command.quarters.set.defaultsellprice | False
      • name | quarters.command.quarters.set.name | True*
      • owner | quarters.command.quarters.set.owner | False
      • particlesize | quarters.command.quarters.set.particlesize | True
      • perm | quarters.command.quarters.set.perm | True*
      • type | quarters.command.quarters.set.type | False
    • toggle | quarters.command.quarters.toggle | True
      • constantoutlines | quarters.command.quarters.toggle.constantoutlines | True
      • embassy | quarters.command.quarters.toggle.embassy | False
      • entryblinking | quarters.command.quarters.toggle.entryblinking | True
      • entrynotifications | quarters.command.quarters.toggle.entrynotifications | True
      • sellondelete | quarters.command.quarters.toggle.sellondelete | False
    • trust | quarters.command.quarters.trust | True
      • add | quarters.command.quarters.trust.add | True*
      • clear | quarters.command.quarters.trust.clear | True*
      • remove | quarters.command.quarters.trust.remove | True*
    • unclaim | quarters.command.quarters.unclaim | True
    • wand | quarters.command.quarters.wand | True

Admin commands

All of these are by default given to op

  • /quartersadmin (/qa) | quarters.command.quartersadmin
    • delete | quarters.command.quartersadmin.delete
    • evict | quarters.command.quartersadmin.evict
    • port | quarters.command.quartersadmin.port
    • sell | quarters.command.quartersadmin.sell
    • set | quarters.command.quartersadmin.set
      • anchor | quarters.command.quartersadmin.set.anchor
      • colour | quarters.command.quartersadmin.set.colour
      • name | quarters.command.quartersadmin.set.name
      • owner | quarters.command.quartersadmin.set.owner
      • perm | quarters.command.quartersadmin.set.perm
      • type | quarters.command.quartersadmin.set.type
    • toggle | quarters.command.quartersadmin.toggle
      • embassy | quarters.command.quartersadmin.toggle.embassy
    • trust | quarters.command.quartersadmin.trust
      • add | quarters.command.quartersadmin.trust.add
      • clear | quarters.command.quartersadmin.trust.clear
      • remove | quarters.command.quartersadmin.trust.remove
    • reload | quarters.command.quartersadmin.reload
      • config | quarters.command.quartersadmin.reload.config
Clone this wiki locally