Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
If you want to speed it up, you need to change the delay time in code.
// 6 Ticks/Minute * 60 Seconds * 5 = 5 Minutes
Config.Sleep_Ticks_After_Cleaning = 6 * 60 * 5;
If you want to run it once per minute instead once each 5 minutes you need to set:
Config.Sleep_Ticks_After_Cleaning = 6 * 60 * 1;
But keep in mind: this could slow down the server or overheat PBlimiter, if it runs on your server.
Using the Block Name can get rather messy, especially with long strings.
The sorter is made for the Rebels-Games HEX server and don't know the items other people create. As described above - it also works on vanilla server (does not mean it can sort any new items the script dont even know)
Sorry to say but you need to look out for another sorter which support your items, this one do not.