Fixed:
- Speed
- Loops
- Saving/Loading

Rollercoaster Lite 1.12.2
Rollercoasters in minecraft
-
Fixed loop loading/saving
Roi_Slime likes this. -
Removed unused code
Removed unused code
-
Fixed speed
Train speed fixed
-
Bug fixes
Fixed:
-Boot error (Port 8080 in use)Roy7885 and kiki_62560 like this. -
Cart y offset
Added:
-Train y offset (Downward position)
Fixed:
-Poor performanceRoy7885 and kiki_62560 like this. -
Bug fixes
Fixed:
- Wait sign
- Station turning
- Loading on restartRoy7885 likes this. -
API Update
API Update:
Added:
- TrainEnterEvent
- TrainLeaveEvent
- TrainStartEvent
- TrainStopEvent
- TrainLockEvent
- TrainUnlockEvent
Performace bug fixed
Path bug fixedRoy7885 likes this. -
Downgrade to older version
Downgraded to older version to prevent bugs in the system. New version is coming soon!
Roy7885 and corporabruno like this. -
Bug fixes
Fixed:
- Station issue (Last cart spacing)
- Start/StopRoy7885 likes this. -
Added API
RollerCoaster API added.
Usage:
Code (Text):API api = JavaPlugin.getPlugin(me.legofreak107.rollercoaster.Main.class).getAPI();
Track t = api.getTrack("Coaster2");
Location loc = t.origin;
Train train = api.spawnTrain("Train", 10, true, loc, true, t, 10, 10000, 60);
api.startTrain("Coaster2");
api.setLoop("Coaster2", 10);
- More precise path system
- Station sounds
- Saving/Loading looped trainsRoy7885, kiki_62560 and corporabruno like this.
Page 1 of 4