Skip to content

Renting Regions

Allow players to rent out their regions to others for a set price and duration. This creates opportunities for passive income and helps new players get started without claiming their own land.

How it works

  1. Region Owner sets a rental price and duration
  2. Renter pays the rental fee
  3. Renter gains access to the region for the rental period
  4. After expiration, the renter loses access automatically

Sign

Write the sign text in this exact format:

Line 1: [Rent]
Line 2: (Region name)
Line 3: (Rental price, example: 15000 (15.0k), 7500 (7.5k)...)
Line 4: (Rental duration, example: 1d (1 day), 15m (15 minutes)...)

Duration Format

Unit Meaning Example
s Seconds 10s = 10 seconds
m Minutes 30m = 30 minutes
h Hours 6h = 6 hours
d Days 3d = 3 days
w Weeks 2w = 2 weeks

Output

Configuration

Location: regions.yml

# Region Renting System
renting:
  enabled: true
  min-rent: 500.0
  max-rent: 10000000.0