Jump to content

GalaxtaGaming

Member
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

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

GalaxtaGaming's Achievements

Lurker

Lurker (1/6)

0

Reputation

  1. does not work also how would i implement fortune to every block?
  2. I have now adapted the script to try and add a way to change fortune but again have seemed to run into indentation errors could someone please help on mine: cancel event set event-block to air if event-block is iron ore: if player's held item is enchanted with fortune give player (2 * (level of fortune of player's tool)) of iron ingot else: give player iron ingot else if event-block is gold ore: if player's held item is enchanted with fortune give player (2 * (level of fortune of player's tool)) of gold ingot else: give player iron ingot else: if player's held item is enchanted with fortune give player (2 * (level of fortune of player's tool)) of event-block else: give player event-block thank you for fixing my initial script it worked very well
  3. No i would prefer to use a script as i can configure it easier and will get better at using script
  4. on mine: cancel event set event-block to air if event-block is iron ore give iron ingot to player elif event-block is iron ore give gold ingot to player else give event-block to player Hello i have tried to modify a basic telekinesis script but it has not worked. I am not used to skript as I normally do regular coding but it is saying that it cannot compare it to and item type Please does anyone know how to fix this or have a script that would auto-smelt ores
  5. One question would this give the person who broke 1000 blocks the rank or what would it do as the normal syntax is /lp user [Name] set group member
  6. I am trying to make a script in skript to monitor total blocks mined and be able to show it to the player and then when the player has reached 1000 blocks broken they get added to a Luck Perms group (member) so far i have this: on break: add 1 to {blocks.broken.%player%} command /blocks: trigger: message "&eTotal Blocks Broken &4» &6%{blocks.broken.%player%}%" on join: if {blocks.broken.%player%} is not set: set {blocks.broken.%player%} to 0 if {blocks.broken.%player%} is greater than 999 trigger: but i cannot find anyway to add the player to a group at this level. i have so far used different pieces of code i have found online but cant find anything to progress. I also do not want to install essentials as it removes some command functionality Current Plugin List (and worldguard)
×
×
  • Create New...