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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

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

Solved telekinesis

Discussion in 'Skript' started by lucky_tho, Aug 14, 2022.

Tags:
Thread Status:
Not open for further replies.
  1. lucky_tho

    lucky_tho New Member

    Joined:
    Aug 25, 2021
    Messages:
    7
    Likes Received:
    0
    How can I make a telekinesis plugin that When I mine a block it goes straight into my inventory?

     
  2. Best Answer:
    Post #5 by Jake*, Aug 20, 2022
  3. SuperWader

    SuperWader Member

    Joined:
    Jan 8, 2022
    Messages:
    3
    Likes Received:
    0
    This is the wrong section. This is for skript not java.
     
  4. lucky_tho

    lucky_tho New Member

    Joined:
    Aug 25, 2021
    Messages:
    7
    Likes Received:
    0
    I am in the skript section no?
     
  5. MrGametop1

    MrGametop1 Member

    Joined:
    Mar 10, 2017
    Messages:
    36
    Likes Received:
    0
    Hello there you can for example do this:

    Code (Text):
    1. on mine of stone:
    2.     cancel event
    3.     give 1 cobblestone to event-player
    Link to the docs
    https://skripthub.net/docs/?id=996
     
  6. Jake*

    Supporter

    Joined:
    Jan 30, 2022
    Messages:
    117
    Likes Received:
    6
    Code (Text):
    1. on mine:
    2.   #condition for telekinesis
    3.   cancel drops
    4.   give drops of event-block using player's tool to player
     
  7. lucky_tho

    lucky_tho New Member

    Joined:
    Aug 25, 2021
    Messages:
    7
    Likes Received:
    0
    I was able to make it thank you
     
  8. Jake*

    Supporter

    Joined:
    Jan 30, 2022
    Messages:
    117
    Likes Received:
    6
    no problem, if the issue is solved, mark the thread as solved and the answer that helped you the most as best answer
     
Thread Status:
Not open for further replies.

Share This Page

Loading...