Jump to content

i need autopickup


Skray

Recommended Posts

7 minutes ago, LapEvents said:

Do you need a skript? Also why not use a plugin we have infinite plugins

but it also depends on ur server ram if u use TOOOO many plugins ur server will lag like using a 2005 laptop

Every time you tell a lie, You'll have to tell a 100 more.

Link to comment
Share on other sites

7 hours ago, Skray said:

but what plugin

For a skript this should work:

on break:
   if {AutoPickup} is "True":
      cancel event
      give player event-block

command /autopickup [<text>]:
     if arg-1 is "True":
        set {AutoPickup} to "True"
       if arg-1 is "False":
        set {AutoPickup} to "False"

and for a plugin I would recommend using https://www.spigotmc.org/resources/autopickup.7623/ or something like that 😄

Owner of ikeysurviv.minehut.gg

 

⊱------------------------------⊰

[LEGEND] on Minehut

⊱------------------------------⊰

In-game name - ikeyIX

Discord name - ikeyIX#2007

Link to comment
Share on other sites

7 hours ago, SkriperManIkey said:

For a skript this should work:

on break:
   if {AutoPickup} is "True":
      cancel event
      give player event-block

command /autopickup [<text>]:
     if arg-1 is "True":
        set {AutoPickup} to "True"
       if arg-1 is "False":
        set {AutoPickup} to "False"

and for a plugin I would recommend using https://www.spigotmc.org/resources/autopickup.7623/ or something like that 😄

that probably will work

Every time you tell a lie, You'll have to tell a 100 more.

Link to comment
Share on other sites

On 8/6/2021 at 12:22 AM, SkriperManIkey said:

For a skript this should work:

on break:
   if {AutoPickup} is "True":
      cancel event
      give player event-block

command /autopickup [<text>]:
     if arg-1 is "True":
        set {AutoPickup} to "True"
       if arg-1 is "False":
        set {AutoPickup} to "False"

and for a plugin I would recommend using https://www.spigotmc.org/resources/autopickup.7623/ or something like that 😄

does it work with fortune

Link to comment
Share on other sites

On 8/7/2021 at 1:06 PM, Skray said:

does it work with fortune

should do. Its on the event block break so it counts any block break.

Owner of ikeysurviv.minehut.gg

 

⊱------------------------------⊰

[LEGEND] on Minehut

⊱------------------------------⊰

In-game name - ikeyIX

Discord name - ikeyIX#2007

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...