This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on rightclick: | |
if event-block is not interactable: | |
if name of event-item is "Funktionen": | |
cancel event | |
wait 5 ticks | |
close player's inventory | |
set {_gui} to a new chest inventory with 1 row with name "FunktionenGUI" | |
set slot 0 of {_gui} to torch named "Teleport" | |
set slot 2 of {_gui} to iron door named "Welten" | |
set slot 6 of {_gui} to ender pearl named "Gamemode" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name RVRB Relayout | |
// @namespace https://app.rvrb.one/ | |
// @version 1.12 | |
// @description RVRB relayout | |
// @author Tomas Dittmann, Nicola Bosco | |
// @match https://app.rvrb.one/* | |
// @icon https://app.rvrb.one/favicon-32x32.png | |
// @grant none | |
// ==/UserScript== |