DiscoverWarps

DiscoverWarps

What it does

DiscoverWarps is a simple Skyrim/RPG style warp/teleportation plugin that lets you warp to locations that you have previously discovered.

Features

 

Installation

Add the DiscoverWarps.jar file to your server's plugins directory and start up the server. Config and database files will be created automatically with the default values.

If you want to use the buying feature you will need to install Vault and the economy plugin of your choice (check the Vault page for supported plugins)

 

How it works

  1. Place a stone or wood pressure plate where you want the discovery point to be
  2. Stand on the pressure plate
  3. Make the plate a DiscoverPlate by typing /dw set [name]
  4. Add as many DiscoverPlates as you want
  5. Players can show a list of DiscoverPlates by typing /dw list - If they have discovered one of the plates (by walking on it) it will be marked as VISITED
  6. Once a player has discovered a DiscoverPlate, they can teleport to it by typing /dw tp [name]
  7. Warp to a DiscoverPlate via a GUI (version 1.5.x or higher), type /dw tp (without specifying a name) to open the GUI

 

DiscoverWarp Signs

You can place signs that will warp you to the specified DiscoverWarp plates

  1. Place a sign
  2. On the first line type: [DiscoverWarp] - the text to type is configurable
  3. On the second line type the name of the warp to go to
  4. Click Done to finish editing the sign - if there is a cost for buying the location, it will be placed on line 3

A player will be warped to the location if:

  • they have already discovered the location
  • there is a cost set and the player has sufficient balance

 

WorldGuard region discovery

To set them up:

  1. Add your WorldGuard region in the usual way
  2. Add a discoverplate inside the region where you want the warp point to be
  3. Run the /dw set [name] command as usual
  4. The plugin should auto-detect the WorldGuard region and add it to the database along with the plate location
  5. Get another player to test it out...
  6. You're done!

 

Commands

  • /dw set [name] - turns the stone or wood pressure plate you are standing on into a DiscoverPlate
  • /dw delete [name] - removes the specified DiscoverPlate
  • /dw disable [name] - disables the specified DiscoverPlate
  • /dw enable [name] - enables the specified DiscoverPlate
  • /dw cost [name] [amount]- set the cost for a DiscoverPlate
  • /dw auto [name] - toggle auto-discovery true|false for a DiscoverPlate
  • /dw allow_buying - toggles allow_buying true|false - requires Vault and a server restart to hook in your economy plugin
  • /dw xp_on_discover - toggles xp_on_discover true|false
  • /dw sign [text] - sets the text to type between the square brackets [ ] on a DiscoverWarps sign
  • /dw list - lists enabled DiscoverPlates and shows if they are visited/not visited
  • /dw tp [name] - teleports you to the specified DiscoverPlate, can now be used from the console:
    • You need to supply a [player] argument - so the command becomes: dw tp [name] [player]
    • The player must have discovered the plate first, to override discovery, supply a fourth argument - true - the command now becomes: dw tp [name] [player] true
  • /dw buy [name] - Buy the specified DiscoverPlate location

 

Permissions

discoverwarps.use
discoverwarps.admin

All permissions default to OP.

 

Config

no_damage: [true|false]

Whether the player takes no damage (invulnerability) after teleporting. Default: false

no_damage_time: [seconds]

How long (in seconds) the player takes no damage. Default: 10 seconds

allow_buying: [true|false]

Whether players can buy DiscoverPlate locations. Default: false. Requires Vault to be installed if true

xp_on_discover: [true|false]

Whether players gain XP when finding a DiscoverPlate. Default: false

xp_to_give: [amount]

How much XP to give when finding a DiscoverPlate. Default: 3

sign: [text]

What to type between the square brackets when creating a DiscoverWarps sign. Default: discoverwarp

 

 

Video

 

And one in French: https://www.youtube.com/watch?v=lXB2L2wC3kE

 

 

Source code

GitHub repository

 

Metrics

This plugin utilises Hidendra's plugin metrics system, which means that the following information is collected and sent to mcstats.org:

  • A unique identifier
  • The server's version of Java
  • Whether the server is in offline or online mode
  • The plugin's version
  • The server's version
  • The OS version/name and architecture
  • The core count for the CPU
  • The number of players online
  • The Metrics version

Opting out of this service can be done by editing plugins/Plugin Metrics/config.yml and changing opt-out to true

UUID conversion

Versions 1.4 and higher of this plugin will connect to api.mojang.com to update player names in the database to UUIDs in order to support the upcoming name changes in Minecraft. It will do this one time only, when the server starts up after installing the new version of the plugin.


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files