Adds freecam to minecraft!
Supports 1.8.8-1.16.5
View Demo
·
Report Bug
·
Request Feature
![]() |
![]() |
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.
This project was built with:
Enjoyed the plugin and want to support me monetarily? buy me a coffe! Any donations are going to be greatly appreciated!
To get this plugin up and running you will only need to follow the following steps.
You will need these installed in your server before proceeding.
- Download the plugin at https://github.com/giovalgas/RoamPlugin/releases
- Put the downloaded jar into the plugins folder (yourServerFolder/plugins)
#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.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!"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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Giovani Valgas - @giovalgas - giovalgascom@gmail.com
Project Link: https://github.com/giovalgas/RoamPlugin

