Commands below 2.0.0

Commands:

Aliases:

  • travLands
    • travLand
    • lands
    • land
  • travLRegion
    • lRegion

Help:

  • help
  • ?

Basic Command Setup:

  • /command
    • (Theme) Does not count for the command to enter
      • "Specific command name" [parameter] ( [optional parameter] )
        • Description Does not count for the command to enter

Commands

  • /travLands
    • (Propertymanagement:)
      • buy
        • Buys the property you are standing on for the current price (takes events into account!).
      • buyDefault
        • Buys the property you are standing on for the default price (takes NO events into account!).
      • addBuilder
        • Adds a builder1 to the property you are standing on.
        • Builder are also interactors2!!
      • addInteractor
        • Adds an interactor2 to the property you are standing on.
      • removeBuilder
        • Removes a builder from the property you are standing on.
      • removeInteractor
        • Removes an interactor from the property you are standing on.
    • (Gathering Information)
      • info
        • Get information about the property you are currently standing on.
      • price ( [price : integer] )
        • Tells you the current price for the given price. If no price is given the default price is used.
      • defPrice
        • Tells you the default price for a default priced property.
      • eventReduction
        • Tells you the percental reduction of the current event.
      • buildHeight
        • Tells you the standard build height on properties.
      • nextFree
        • Tells you the location of the next free property in your region
        • Only works if regions are set!.
      • language
        • Tells you all (command) supported languages.
    • (Propertycreation:)
      • create [x : integer] [y : integer] [z : integer] ( [price : integer] )
        • Creates a property with the size x*z.
        • y = build height over your current position.
        • Use 'y = -1' for the default height.
        • The default height is set in the [config.yml]
        • If no price is added the default price is used.
      • renew [code : String] [y : integer] ( [price : integer] )
        • Renews the property you are currently standing on to be flat and marked with torches.
        • y = build height over your current position.
        • Use 'y = -1' for the default height.
        • The default height is set in the [config.yml]
        • Use 'y = -2' for the old height.
        • If no price is added the default price is used.
      • disown [code : String]
        • Disown the current owner of the property you are currently standing on.
        • The code is set in the [config.yml]
      • delete [code : String]
    • (Eventadministration:)
      • startEvent [%-reduction : integer] [amount properties : integer] ( [reminder time : minutes] )
        • Starts a new event with the specific percental reduction for the specific amount of properties.
        • The reminder broadcasts the fact that a event is running every specific minutes.
        • If no reminder time is given then there will be no reminder.
      • cancelEvent
        • Cancels the currently running event.
      • remindEvent
        • Reminds once of the currently running event.
    • (Administration)
      • reload
        • Reloads the config file
  • /travLRegion
    • (Regionadministration)
      • pos1
        • Set the first position to your current position
        • Only the x and z value will matter.
      • pos2
        • Set the second position to your current position
        • Only the x and z value will matter.
      • create [name : String]
        • Create a new region between pos1 and pos2.
      • delete
        • Delete the region you are currently in
      • list ( [page : integer] )
        • List all regions.
      • info ( [id : integer] )
        • Get information about the specific region.
1builder
Can set and remove blocks on the property
2interactor
Can use (right click) objects on the property. Does incluce chests

Comments

Posts Quoted:
Reply
Clear All Quotes