
Motels / Hotels 1.3.5
Add motel rooms, houses or hotels to your server now!
1.0.20a
Jan 6, 2024
Placeholders improvements, Aliases hook, motel visit fixxed
- Added aliases, hooked with config.yml
- Fixxed /motel visit <playername> arguments
- Added new placeholders %almotel_displayname%, %almotel_price%
- And %almotel_<motel>_state%, %almotel_<motel>_status%
1.0.20
Jan 5, 2024
Actions, default world and more!
- Added customizable messages for teleport event /motel teleport <player> and /motel visit <player>
- Added ACTIONS now you can execute commands after a event
- Improved default motel_gui.yml
- Added default world to define the default world of motels
motel-1-001:
displayname: "<gold>Room 1"
owner: "null"
price: 800
expireDate: "null"
type: rent
location:
==: org.bukkit.Location
world: world
x: -20.574589744572954
y: 72.0
z: 11.576997575991102
pitch: -1.4999025
yaw: -89.847626
actions:
buy:
- lp user %player% permission set anotherlevel.motel.buy.room.1 true
- say ciao
sell:
- lp user %player% permission set anotherlevel.motel.buy.room1 false
1.0.19a
Jan 5, 2024
New placeholders
- Added new placeholders:
- %almotels_amount% return the amount of motels.
- %almotels_expiredate_<number>% return the expiredate of selected motel, starts from 0.
1.0.19
Jan 4, 2024
A lot of improvements
This version has not been thoroughly tested to be considered stable, if you use it and encounter problems please let me know on discord!
- Removed GPS from shadowing
- Added CommandAPI
- Removed a lot of duplicated code
- Reworked all commands with CommandAPI
- Added /motel visit <target>
- A lot of code clean up
1.0.17
Dec 31, 2023
Discord hook support!
- Added last update for Spigot version
- Added discord hook support! (INITIAL)
-
In the next updates everything will be made customizable!
discord-hook:
enabled: false
token: "discordbottoken"
guild: "discordserverguild"
channel: "discordserverchannel"
image-url: "imageurl"
color: "BLUE"
1.0.16
Dec 30, 2023
A lot of improvements
- New placeholder %almotel_motelid_displayname%
- Added displayname to Motels
- Added motelgui essentials title and size checker if don't exist auto regeneration
- Added first page of Motel Admin manager
- Removed /moteladmin list and replaced with /moteladmin manager
- Added /moteladmin help that give moteladmin command list
- Small edits in messages files
- Some code improvements
The update is not complete and the changes are only in the paper version, it will arrive soon for the spigot version.
1.0.14
Dec 29, 2023
Reworked a part of Vault system
- Improved /moteladmin vault tabcompleter
- Fixxed few bugs with /moteladmin vault player motel
- Improved a lot /moteladmin vault command
- Improved a lot /motel vault command
- Added new messages
- Small code improvements
1.0.13
Dec 26, 2023
Solved an issue with Paper Loader
- Fixxed an issue with paper-plugins wrong path for loader after refactoring
1.0.12
Dec 25, 2023
Messages auto checker
- Messages checker, now if you missing some messages, on start the server automatically will be added in your messages.yml lang file!
1.0.10
Dec 23, 2023
GPS plugin support, a lot of features and improvements!
- New compatibility GPS plugin
- Added new admin command! /moteladmin set-location motel_id , to set location to motel.
- New location format in motel.yml
- Improved dependencies system in paper-plugin.yml
- Added new commands in motels command tabcompleters
- Added new command /motel gps that work with the new GPS plugin compatibility!
- Added new command /motel tp,teleport that teleport to the motel!
- Fixxed error on parsing some strings in messages_en
- General improvements
New messages are not configurable, but in the next version will be avaiable with the new checker that add missing messages automatically!
1.0.9
Dec 21, 2023
Other improvements and bug fix
- Fixxed an issue adding & removing a motel that don't update cache
- Now motel status is customizable in messages_en.yml
- Added new placeholder %motel_<motel>_owner%
- Changed motel prefix in message_en.yml
1.0.8
Dec 21, 2023
- Added better tabcompleter for /moteladmin command
- Added better messages for /moteladmin commands
- Added missing messages in messages_en on admin list commands
- Fixxed an issue with world there are a new format of motels
motel:
motel-1-001:
world: "world"
owner: "null"
price: 800
expireDate: "null"
type: rent
1.0.7
Dec 20, 2023
New admin commands and tabcompleter, and documentation
- NEW FEATURE: admin motel commands, /moteladmin add motel price , /moteladmin remove motel_id, /moteladmin list
- Improved /moteladmin tabcompler
- Added motel comamnds documentation: https://docs.anotherlevel.it/documentation/motels/commands
1.0.6
Dec 20, 2023
Motel menu!
- Motel menu! : now user can easly manage their business with menu! /motel menu
You can customize all in motel_gui.yml - Added missing cancel action message
- A lot of code improvements and small performance improve
- Solved other small parsing errors in messages_en.yml
1.0.5
Dec 19, 2023
Local database support, bug fix and improvements
- Added Local database support using H2Database
- Translated some parts that don't was translated
- Fixxed few issue with saving the data of motel file
- Improved the message_en file with new messages and solved the issues of not parsing gradient
- Improved the tabcompleter and the requested message with the correct name
- Small code improvements
1.0.4
Dec 19, 2023
Folia support? Small improvements and bug fix!
- Added initial folia support (But WorldGuard, PlaceholderAPI, Vault support folia?)
- Fixxed an issue when you startup the plugin on the first time that don't load correctly the messages files
- Fixxed an issue when you startup the plugin on the first time that don't load correctly the motel files
- Small improvements