Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gearworkssmp/create-rent-a-plate
A Fabric mod which adds rentable warp plates
https://github.com/gearworkssmp/create-rent-a-plate
Last synced: 4 days ago
JSON representation
A Fabric mod which adds rentable warp plates
- Host: GitHub
- URL: https://github.com/gearworkssmp/create-rent-a-plate
- Owner: GearworksSMP
- License: mit
- Created: 2024-09-02T14:32:42.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T21:21:58.000Z (2 months ago)
- Last Synced: 2024-09-06T00:23:33.969Z (2 months ago)
- Language: Java
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Create: Rent-A-Plate
This mod allows you to place down rentable warp plates in creative mode. A player in survival mode can then rent the warp plate. When paying the specified amount the player will receive a return plate which they can place anywhere in the world. Once both plates are placed any player can teleport between them.
Plates are only active for a specified duration and the return plate is removed after expiration. Players can renew the plates a specified duration before expiry.
## Technical notes
- A warp plate pair is a warp plate + return plate
- Pairs are stored in `WarpPlatesSavedData`
- When you place a return plate, the saved data is updated with the position of the return plate.
- `PlateBlock` is the abstract class parent of both the warp plate (the rentable part) and the return plate.
- The original block bench models for the plates are in the root of the repository.
- Create is included in the dev env since the models use its textures