Posts by thebeatles8371
-
-
-
-
i suggest we get a mod installer (ofc make it verify through the minecraft database) because when i see a server with this many mods and its manual install i am discouraged due to RP2 and BC taking so long to add
There is no way i could do that, i can't get permissions from the mod authors, but i will try. -
-
My door code for anyone who wants to use it
Code
Display Moreos.pullEvent = os.pullEventRaw local password = "password" local opentime = 4 term.clear() term.setCursorPos(1,1) write("Password:") local input = read("*") if input == (password) then term.clear() term.setCursorPos(1,1) print("Password correct!") rs.setBundledOutput( "bottom", colors.blue ) sleep(0.4) rs.setBundledOutput( "bottom", 0 ) sleep(0.6) rs.setBundledOutput( "bottom", colors.blue ) sleep(0.4) rs.setBundledOutput( "bottom", 0 ) sleep(opentime) rs.setBundledOutput( "bottom", colors.white ) sleep(0.4) rs.setBundledOutput( "bottom", 0 ) sleep(0.6) rs.setBundledOutput( "bottom", colors.white ) sleep(0.4) rs.setBundledOutput( "bottom", 0 ) os.reboot() else term.clear() term.setCursorPos(1,1) print("Password incorrect!") sleep(2) os.reboot() end
-
-
-
-
-
-
-
-
-
-
-
-
-
-