CraftBook 3

CraftBook 3

139k Downloads

Bring back the /st command

LadyCailinBot opened this issue ยท 3 comments

commented

CRAFTBOOK-2216 - Reported by Dark_Arc

The sorters lack the former /st command, which was perfect for transporting systems with many destinations (It used to be part of the [Sort] block, as shown on the wiki).
Possibly, the commands name should be changed, to avoid conflict with other plugins, since /st is a very simple command.

Maybe also add an option to allow anyone to use your stations? Then you could make a public transportation system easily.

Should this be part of the Vehicle overhaul perhaps?

-- Originally added by ktccd

commented

Comment by Tehbeard

I have code for it, waiting on fix for bug CRAFTBOOK-2231 before I can test and do a PR.

commented

Comment by Dark_Arc

tehbeard can you provide more information on the implementation of this, and it's purpose?

commented

Comment by Tehbeard

The plugin holds a record of the station a player has selected (a string), this is set by /st stationname

the Sorter mechanism can sort by this station name, using the syntax #stationname on [sort] signs.

Thus on a sign such as

[sort]

#blockville

A player will be sorted to the right if they have typed /st blockville.

The purpose is to allow player control of their travel. These sorters with station support can be used to move a player off a "main line" at the appropriate location.

Implementation can be seen here: #159