Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ Valkea Public

A spawn plugin for Paper with customisable commands.

License

Notifications You must be signed in to change notification settings

bluelhf/Valkea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Valkea

GitHub Workflow Status GitHub

Tukela on tuletta olla, vaiva suuri valkeatta,
ikävä inehmisien, ikävä itsen Ukonki.
The seventy-fifth poem, Kalevala

Valkea is a Paper server plugin that adds configurable spawn points, each with their own commands.

Usage

Valkea has no built-in management commands. Instead, all configuration is done via the configuration file, which is in YAML format (.yml).

Installing Valkea

Valkea isn't published anywhere, because SpigotMC doesn't accept Paper-only plugins and Hangar is still in the closed alpha development stage at the time of writing1. Nightly artifacts are uploaded to GitHub Actions, and retained for ninety days.

  1. Download and extract the ZIP from GitHub Actions or build Valkea yourself.
  2. Place Valkea.jar in your server's plugins directory.
  3. Restart the server.

Configuring Valkea

As a little exercise, let's try removing one of the two default spawn points included with Valkea, and adding our own one for the End.

  1. Open the plugins > Valkea > config.yml file.
  2. Write something a little like this:
    spawn:
      display_name: "<rainbow>Rainbow spawn!</rainbow>"
      world: "minecraft:overworld"
    
      x: 143.5
      y: 73.0
      z: 269.5
    
      yaw: 45
      pitch: -90
  3. Save the file.
  4. Run the /spawn command to go to the spawn point. No reloads necessary!

Compiling

You can always clone this repository manually and build it with Maven. That being said, if you have IntelliJ IDEA installed, the simplest way to compile Valkea is to use that instead:

  1. File > New > Project from Version Control...
  2. Enter https://github.com/bluelhf/Valkea as the repository URL
  3. Clone, and wait for IDEA to clone the repository.
  4. Alt + Shift + F10 > Build with Maven
  5. Get the Valkea JAR from target

Footnotes

Footnotes

  1. Time of writing is 2023-01-21.

About

A spawn plugin for Paper with customisable commands.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages