1. Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script Auto Rooms / Hotel system 0.2

Auto Rooms / Hotel system

  1. ApQd
    Supported Minecraft Versions:
    • 1.8
    Room / Hotel System

    Skript









    The skript easy to change !
    Code (Text):
    1. options:
    2.  hperfix: &3&lROOMS &8»
    3. #make sure u don't put more then 12!
    4. #house size 5 is 10x10 !
    5. #house size 12 is 24x24 !
    6. house-size: 7
    7.  
    8.  
    9. #witch world you wannt the world system to be !
    10. world: world
    11.  
    12.  
    13. #Spawn location
    14. world-spawn: world
    15. spawn-location: 308, 67, -105
    16.  
    17.  
    18. #Permission for the admins !
    19. House-delete-permission: house.delete
    20.  
    21. #this is the X, Y, Z u don't need to change them!
    22. x.h.h: 1300
    23. y.h.h: 20
    24. z.h.h: 1300
    25.  
    26.  
    27. #In the room players can build !
    28. #Build or place out of the rooms
    29. #Use true or false only !
    30. #works only for players whos not op
    31. build-deny: true
    32. break-deny: true
    33.  
    34. #House design !
    35. floor: Dark Oak Wood Plank
    36. walls: Bricks
    37. roof: Glowstone
    38.  
    39. #make it "true" to make sure turn on the nether star
    40. netherstar: true
    41. netherstar-slot: 8
    42. netherstar-name: &6&lMENU


    For any type of help use this link

Recent Updates

  1. ADD