Jump to content

idani1

Member
  • Posts

    11
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

idani1's Achievements

Newbie

Newbie (2/6)

1

Reputation

  1. I didn't make the skript, but this is a really good skript and i thought this would be useful for some people here This is a skript made for 1.8-1.12, and it uses GIO's fork of skript. This skript requires minor editing to remove some errors Here is the skript https://forums.skunity.com/resources/bedwars-sk.1572/
  2. Dave sucks. also no, you cannot make plugins using skript, but you can do almost anything that you can do with a plugin using script.
  3. In "Laggysky" the owner crashed the clients of the players in the server, is that allowed?
  4. In the edit i gonna do /delgen command to delete the gen
  5. Tarna i uderstanded the problem. ill try to fix it
  6. Have you edited the code? If you did you can dm me on discors the code if you dont want to share it or haven't edited the code you can dm me (Idani1#2107)
  7. it has multiple variables what are you talking about?
  8. I dont know whats the problem for me it works with this exact code
  9. are you sure you copyed the last edit? beacuse it was true before i edited it
  10. are you sure bcz for me it works (theclanpvp) hehe
  11. Pls give credits for this code if you use it thank you, idani1 on skript load: set {gens} to true on script load: set {gens} to true command /gens <text>: usage: &c/gens <on/off> permission: skript.gens trigger: if arg 1 is "on": set {gens} to true broadcast "&eGens turned on by &a%player%" else if arg 1 is "off": set {gens} to false broadcast "&eGens turned off by &a%player%" else: send "&c/gens <on/off>" to player command /genplace: permission: skript.genplace trigger: set {genplace} to true send "&eGen place will expire in &a10 &eseconds!" to player wait 10 seconds set {genplace} to false send "&eGen place has expired" to player on place oak log: if {genplace} is true: set {wl} to location of event-block's location on place stone: if {genplace} is true: set {sl} to location of event-block's location on place coal block: if {genplace} is true: set {cl} to location of event-block's location on place iron block: if {genplace} is true: set {il} to location of event-block's location on place gold block: if {genplace} is true: set {gl} to location of event-block's location on place diamond block: if {genplace} is true: set {dl} to location of event-block's location every 1 second: if {gens} is true: if {wl} is set: drop oak planks 0.5 above {wl} every 1.5 second: if {gens} is true: if {sl} is set: drop stone 0.5 above {sl} every 2 second: if {gens} is true: if {cl} is set: drop coal 0.5 above {cl} every 5 second: if {gens} is true: if {il} is set: drop iron ingot 0.5 above {il} every 3 second: if {gens} is true: if {gl} is set: drop gold ingot 0.5 above {gl} every 7 second: if {gens} is true: if {dl} is set: drop diamond 0.5 above {dl} every 64 seconds: if {gens} is true: clear all dropped items
×
×
  • Create New...