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.

On exp pickup?

Discussion in 'Skript' started by uGim, Aug 17, 2018.

Thread Status:
Not open for further replies.
  1. uGim

    uGim Member

    Joined:
    Jan 19, 2018
    Messages:
    25
    Likes Received:
    0
    Make this work please:

    Code (Skript):
    1. on exp pickup:
    2.     broadcast "%picked exp%"
    Is it possible?
     
  2. Aidanete

    Aidanete Active Member

    Joined:
    Apr 11, 2017
    Messages:
    139
    Likes Received:
    10
    Eh, probably don't, but you can search the docs for info
     
  3. ShaneBee

    Supporter + Addon Developer

    Joined:
    Sep 7, 2017
    Messages:
    2,183
    Likes Received:
    234
    I don't know how to do this in just vanilla skript, but you can do it with skript mirror
    Code (Skript):
    1. on "org.bukkit.event.player.PlayerExpChangeEvent":
    2.     set {_test} to event.getAmount()
    3.     broadcast "Picked up: %{_test}%"
     
Thread Status:
Not open for further replies.

Share This Page

Loading...