More actions
Technofied (talk | contribs) m Fixed typo |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Jobs}} | |||
A developer licence allows you to create leasehold subregions for freehold regions. This is useful for when you are trying to create: | A developer licence allows you to create leasehold subregions for freehold regions. This is useful for when you are trying to create: | ||
| Line 7: | Line 8: | ||
* ''...and any other rentable spaces!'' | * ''...and any other rentable spaces!'' | ||
Creating these subregions only require you to select the space and run one simple command | Creating these subregions only require you to select the space and run one simple command! | ||
== Selecting your Space == | == Selecting your Space == | ||
The '''shape''' of your proposed rental will determine how you select your subregion's space. | The '''shape''' of your proposed rental will determine how you select your subregion's space. | ||
[[File:Creating a Cuboid Selection.gif|thumb|516x516px|A player creating a cuboid selection in-game.]] | [[File:Creating a Cuboid Selection.gif|thumb|516x516px|A player creating a cuboid selection in-game. Click if video isnt playing!]] | ||
=== Cuboid (rectangle/square) === | === Cuboid (rectangle/square) === | ||
| Line 18: | Line 19: | ||
# Place two blocks marking the corners of your space | # Place two blocks marking the corners of your space | ||
# Run | # Run <code>//wand</code> to grab a WorldEdit wand | ||
# '''LEFT CLICK''' your '''first''' corner corner with your wand | # '''LEFT CLICK''' your '''first''' corner corner with your wand | ||
# '''RIGHT CLICK''' your '''second''' corner with your wand | # '''RIGHT CLICK''' your '''second''' corner with your wand | ||
| Line 25: | Line 26: | ||
If it is incorrect, you can run the command | If it is incorrect, you can run the command <code>//sel</code> and repeat Steps 1 to 4 again. | ||
Now you are ready to run the subregion command, see the '''Subregion''' '''Command''' section. | Now you are ready to run the subregion command, see the '''Subregion''' '''Command''' section. | ||
[[File:Create a Polyregion Selection.gif|thumb|513x513px|A player creating a polygon selection in-game.]] | [[File:Create a Polyregion Selection.gif|thumb|513x513px|A player creating a polygon selection in-game. Click if video isnt playing!]] | ||
=== Polygon === | === Polygon === | ||
| Line 35: | Line 36: | ||
# Place blocks marking '''each corner''' of your space | # Place blocks marking '''each corner''' of your space | ||
# Run | # Run <code>//wand</code> to grab a WorldEdit wand | ||
# Run | # Run <code>//sel poly</code> to change to Polygon mode | ||
# '''LEFT CLICK''' your '''first''' corner with your wand | # '''LEFT CLICK''' your '''first''' corner with your wand | ||
# '''RIGHT CLICK''' your '''every other''' corner with your wand | # '''RIGHT CLICK''' your '''every other''' corner with your wand | ||
# '''RIGHT CLICK''' your '''first''' corner again to '''seal''' your selection '''''<u><big>(IMPORTANT! YOU CANNOT SKIP THIS STEP!)</big></u>''''' | # '''RIGHT CLICK''' your '''first''' corner again to '''seal''' your selection '''''<u><big>(IMPORTANT! YOU CANNOT SKIP THIS STEP!)</big></u>''''' | ||
You should now see a preview of your selection using little fire particles, confirm that is the correct selection. If it is incorrect, you can run the command | You should now see a preview of your selection using little fire particles, confirm that is the correct selection. If it is incorrect, you can run the command <code>//sel</code> and repeat Steps 1 to 5 again. | ||
Now you are ready to run the subregion command, see the '''Subregion''' '''Command''' section. | Now you are ready to run the subregion command, see the '''Subregion''' '''Command''' section. | ||
== Subregion Command == | == Subregion Command == | ||
<code>/realty subregion quickcreate <parentRegion> <name> <price> <duration></code> | |||
Each argument is explained below: | Each argument is explained below: | ||
* '''<parentRegion>''' - This is the region that your rental is inside of. You can only have '''one parent'''. | * '''<parentRegion>''' - This is the region that your rental is inside of. You can only have '''one parent'''. e.g. c100 | ||
* '''<name>''' - This is the name of your new rental. e.g. cool-apt-1 | * '''<name>''' - This is the name of your new rental. e.g. cool-apt-1 | ||
* '''<price>''' - This is the dollar price of your rental, do not include any currency sign. e.g. 100.25 | * '''<price>''' - This is the dollar price of your rental, do not include any currency sign. e.g. 100.25 | ||
| Line 56: | Line 57: | ||
** For duration, you can use the following suffixes: `s (seconds), m (minutes), h (hours), d (days), w (weeks)` | ** For duration, you can use the following suffixes: `s (seconds), m (minutes), h (hours), d (days), w (weeks)` | ||
'''Example:''' | '''Example:''' <code>/realty subregion quickcreate c100 cool-apt-1 100.25 30d</code> | ||
* This creates a new subregion inside '''c100''' called '''cool-apt-1''', which you can pay '''$100.25 every 30 days''' to lease (rent) | * This creates a new subregion inside '''c100''' called '''cool-apt-1''', which you can pay '''$100.25 every 30 days''' to lease (rent) | ||
| Line 68: | Line 69: | ||
* Subregions must have meet the minimum size of '''20 BLOCKS''' | * Subregions must have meet the minimum size of '''20 BLOCKS''' | ||
* '''Resizing, changing landlord, price, or duration''' requires a Staff member | * '''Resizing, changing landlord, price, or duration''' requires a Staff member | ||
* You can clear your selection any time by running //sel | * You can clear your selection any time by running <code>//sel</code> | ||
* To go back to Cuboid mode, run //sel cuboid | * To go back to Cuboid mode, run <code>//sel cuboid</code> | ||
Latest revision as of 04:25, 15 April 2026
| Jobs |
|---|
| Licences |
| Trades |
| Professions |
| Government jobs |
| Category |
A developer licence allows you to create leasehold subregions for freehold regions. This is useful for when you are trying to create:
- Apartments
- Market Stalls
- Stores
- Offices
- ...and any other rentable spaces!
Creating these subregions only require you to select the space and run one simple command!
Selecting your Space
The shape of your proposed rental will determine how you select your subregion's space.

Cuboid (rectangle/square)
If you plan on having your rental be a rectangle or square, follow these steps.
- Place two blocks marking the corners of your space
- Run
//wandto grab a WorldEdit wand - LEFT CLICK your first corner corner with your wand
- RIGHT CLICK your second corner with your wand
You should now see a preview of your selection using little fire particles, confirm that is the correct selection.
If it is incorrect, you can run the command //sel and repeat Steps 1 to 4 again.
Now you are ready to run the subregion command, see the Subregion Command section.

Polygon
If you plan on having your rental NOT be rectangle or square, follow these steps.
- Place blocks marking each corner of your space
- Run
//wandto grab a WorldEdit wand - Run
//sel polyto change to Polygon mode - LEFT CLICK your first corner with your wand
- RIGHT CLICK your every other corner with your wand
- RIGHT CLICK your first corner again to seal your selection (IMPORTANT! YOU CANNOT SKIP THIS STEP!)
You should now see a preview of your selection using little fire particles, confirm that is the correct selection. If it is incorrect, you can run the command //sel and repeat Steps 1 to 5 again.
Now you are ready to run the subregion command, see the Subregion Command section.
Subregion Command
/realty subregion quickcreate <parentRegion> <name> <price> <duration>
Each argument is explained below:
- <parentRegion> - This is the region that your rental is inside of. You can only have one parent. e.g. c100
- <name> - This is the name of your new rental. e.g. cool-apt-1
- <price> - This is the dollar price of your rental, do not include any currency sign. e.g. 100.25
- <duration> - This is the duration of your lease period. e.g. 30d
- For duration, you can use the following suffixes: `s (seconds), m (minutes), h (hours), d (days), w (weeks)`
Example: /realty subregion quickcreate c100 cool-apt-1 100.25 30d
- This creates a new subregion inside c100 called cool-apt-1, which you can pay $100.25 every 30 days to lease (rent)
Additional Information
- Your subregion cannot have more than one parent. In such cases, ask a Staff member to region for you
- You can only create LEASEHOLD subregions
- You cannot overlap with other subregions
- The landlord is automatically set to you
- Subregions must have meet the minimum size of 20 BLOCKS
- Resizing, changing landlord, price, or duration requires a Staff member
- You can clear your selection any time by running
//sel - To go back to Cuboid mode, run
//sel cuboid