Skip to content

This spigot plugin will add a Roam/Freecam mode to the game.

License

Notifications You must be signed in to change notification settings

giovalgas/roam-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues


Logo

Roam Plugin

Adds freecam to minecraft!
Supports 1.8.8-1.16.5

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Although this was made with the intent of adding it to my portfolio I fully intent to keep fixing bugs.

Features:

  • Vault support.
  • Configurable.
  • No lag.
  • Supports most versions of mc.

Built With

This project was built with:

Support the dev

Enjoyed the plugin and want to support me monetarily? buy me a coffe! Any donations are going to be greatly appreciated!

Getting Started

To get this plugin up and running you will only need to follow the following steps.

Prerequisites

You will need these installed in your server before proceeding.

Installation

  1. Download the plugin at https://github.com/giovalgas/RoamPlugin/releases
  2. Put the downloaded jar into the plugins folder (yourServerFolder/plugins)

Configuration

#Config.yml - Template Plugin  

console-prefix: "[RoamPlugin] "  

roam:  
  max-distance: 48 # max distance a player can travel while roaming (in blocks)  
  duration: -1 # maximum duration of a roaming session (in seconds)  
  cooldown: 60 # cooldown between roaming sessions (in seconds)  

 # Disables commands while roaming # This can be overwritten if the player in question has the permission "roamplugin.command.<command>" # This can also be overwritten if the player has "roamplugin.admin"  disable-commands: true  

# PS: for pricing to work in server you'll need Vault and an Economy provider  
# Vault: https://www.spigotmc.org/resources/vault.34315/  
# Economy Provider(doesn't need to be this one): https://www.spigotmc.org/resources/essentialsx.9089/  
vault-hook:  
  price: 100 # price to roam  
  enabled: false # whether vault is enabled or not in your server

Language

#Language.yml - RoamPlugin

messages:  
  message-prefix: "&c[&6RoamPlugin&c] "  
  no-permission: "&cYou don't have the permission needed to execute that command."  

  still-on-cooldown: "&cWait more &e%cooldown_time% &cseconds before using that again."  
  session-expired: "&eYour roaming session has &cexpired&e!"  

  flying-error: "&cYou cant use roam while flying."  
  interaction-error: "&cYou can't do that while roaming."  
  command-error: "&cYou can't use that command while roaming."  
  movement-error: "&cYou can't fly past that while roaming."  

  started-roaming: "&eYou are now on roaming mode!"  
  stopped-roaming: "&eYou are now out of roaming mode!"  

  no-money: "&cYou need &e$%price% &cto enter roaming mode."  
  payed-amount: "&eYou have paid &b$%price% &eto enter roaming mode!"

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Giovani Valgas - @giovalgas - giovalgascom@gmail.com

Project Link: https://github.com/giovalgas/RoamPlugin

About

This spigot plugin will add a Roam/Freecam mode to the game.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages