ProPrisonsPickaxe Core 18+ Enchants! charity Enchant (NEW)

Status
This thread has been locked.

yazon_pro

Pro Minecrafter
Premium
Feedback score
8
Posts
1
Reactions
89
Resources
0
Hey, i am selling a Pickaxe Core, this Plugin is skript, tested the plugin on my server with big player base 100+ players, it was smooth and runing just fine!








unknown.png


https://gyazo.com/7cbbb4fcf70fd5899a4ee6bb4eb9a638
https://gyazo.com/d8d59dcbaa260f4708f02e2b9c95a805
► Features: These are the following features of this plugin:
10 custom enchants for Pickaxe and Shovle and Axe
and 100%
Configurable
built in tokens system with withdraw!
Pickaxe Levels System!
Mined Blocks cunter in the lore
OP Mode and Normal mode you can choose between two options in the config!
Gui Enchanter
Configurable!
Easy to setup
Player Data Saved in yml!

Placeholder Support %Prison_Tokens%
Right Click holding the Pic/Axe/Shovle! to open the enchant menu!
Code:
## Rev-Prisons-Core Made by Revils Team
## if OpMod is false the Pickaxe will get +efficiency level that is hidden from the player at the levels in the list
## if OpMod is true the Pickaxe will get +efficiency level that is hidden from the player every levelup
## when you create mines Regions make sure the region contains the word in Settings.Regions
## for example /rg create Mine-A  /rg create Mine-B /rg create Mine-Vip
##
Settings:
    Regions: Mine
    OpMod: false
    Shovel: true
    Axe: true
IfOpModIsFalse:
    +-efficiency-at:
    - 2
    - 8
    - 15
    - 20
    - 60
    - 80
    - 90
Pickaxe:
    Max-level: 1000
    lore:
    - ' '
    - '%Enchant-10%'
    - '%Enchant-9%'
    - '%Enchant-8%'
    - '%Enchant-7%'
    - '%Enchant-6%'
    - '%Enchant-5%'
    - '%Enchant-4%'
    - '%Enchant-3%'
    - '%Enchant-2%'
    - '%Enchant-1%'
    - ' '
    - '&b&lLevel %Level%'
    - '%Progress%'
    - '&7(&f%ExpHave% &7/ %ExpNeed%)'
    - '&eMined Blocks %Blocks%'
    Exp:
        Start: 1000
        Increase-by: 1000
        Item:
            ==: org.bukkit.inventory.ItemStack
            type: INK_SACK
            damage: 12
            meta:
                ==: ItemMeta
                meta-type: UNSPECIFIC
                display-name: §f§l%Amount% §b§lExp
                lore:
                - ''
                - §6Contains %Amount% §b§lExp
                - §6 that is used for enchanting
                - ''
                - '§7Hint: Drag and drop onto a pickaxe to add'
                - ' §7to its Exp!'
                - ''
                - §6Extracted by §f%player%
        Max: 10
        Min: 5
    Progress:
        '1': '&a▏'
        '2': '&c▏'
        Size: 50
Tokens:
    Chance: 10
    Max: 100
    Min: 20
    Item:
        ==: org.bukkit.inventory.ItemStack
        type: MAGMA_CREAM
        meta:
            ==: ItemMeta
            meta-type: UNSPECIFIC
            display-name: §6§l%Amount% §6§lToken
            lore:
            - ''
            - '§7Hint: right click while holding'
Gui:
    Rows: 6
    InvName: '&c&lEnchanter'
    Tool: 11
    LevelUp: 15
    LevelUpMessage: '&cyou don''t have enough mining XP to level up'
    Empty-slots:
        ==: org.bukkit.inventory.ItemStack
        type: STAINED_GLASS_PANE
        damage: 7
    Enchants:
        Item:
            ==: org.bukkit.inventory.ItemStack
            type: BOOK
        lore: '||&bCurrent level: &7%Current%||||&7%Description%||&eCOST: &a%Cost%
            &eTokens||&eMAXLVL: &a%MAXLVL%'
Enchants:
    Increase-Cost-by: 1000
    '1':
        Name: '&6SuperBreaker'
        Enabled: true
        InGuiSlot: 27
        Max: 5
        Chance: 5
        Cost: 1000
        Description: '&7Make you mine faster for 2 * level seconds'
    '2':
        Name: '&cHaste'
        Enabled: true
        InGuiSlot: 28
        Max: 5
        Chance: 5
        Cost: 1000
        Description: '&7Make you mine faster for 4 * level seconds'
    '3':
        Name: '&6MiningXp'
        Enabled: true
        InGuiSlot: 29
        Max: 5
        Chance: 5
        Cost: 1000
        Description: '&7Gives extra xp'
    '4':
        Name: '&cExplosive'
        Enabled: true
        InGuiSlot: 30
        Max: 5
        Radius: 2
        Chance: 5
        Cost: 1000
        Description: '&7break the same block you mined in small radius'
    '5':
        Name: '&eFortune'
        Enabled: true
        InGuiSlot: 31
        Max: 5
        Chance: 5
        Cost: 1000
        Description: '&7chance to multiply the broken block by the level'
    '6':
        Name: '&aFeed'
        Enabled: true
        InGuiSlot: 32
        Max: 5
        Chance: 5
        Cost: 1000
        Description: '&7While mining, you have a chance to be fed automatically'
    '7':
        Name: '&aKeysDiscoverer'
        Enabled: true
        InGuiSlot: 33
        Max: 5
        Chance: 5
        Cost: 1000
        Description: '&7A chance to receive keys'
        Commands:
        - give %player% stone 1
        - give %player% stone 1
    '8':
        Name: '&eEfficiency'
        Enabled: true
        InGuiSlot: 34
        Max: 5
        Cost: 1000
        Description: '&7increase your pickaxe Efficiency'
    '9':
        Name: '&cHellForged'
        Enabled: true
        InGuiSlot: 35
        Max: 5
        Chance: 5
        Cost: 1000
        Description: '&7Has a chance to fix up your tool as you mine||&7the chance
            depend on the level'
    '10':
        Name: '&eTokenDiscover'
        Enabled: true
        InGuiSlot: 36
        Max: 5
        Chance: 5
        Cost: 1000
        Description: '&7chance to get more Tokens as you mine||&7the chance depend
            on the level'
Code:
Command /extract all/number  # Extract Xp From the Pick
permission: Prison.extract

player commands:
/Tokens pay Amount player
/Tokens withdraw Amount
/Tokens player


Admin commands:
command /Revprison (number) (player) #to give xp to player
 permission: Prison.admin
/Tokens give Amount player
/Tokens set Amount player
Code:
## if OpMod is false the Pickaxe will get +efficiency level that is hidden from the player at the levels in the list

## if OpMod is true the Pickaxe will get +efficiency level that is hidden from the player every levelup

Settings:
    Regions: Mine
    OpMod: false
    Shovel: true
    Axe: true
IfOpModIsFalse:
    +-efficiency-at:
    - 2
    - 8
    - 15
    - 20
    - 60
    - 80
    - 90
Code:
        Name: '&6SuperBreaker' #Here you can change the enchant name to what ever you want!

        Enabled: true #Here you can enable / disable the enchant as you like!
        InGuiSlot: 27 #here is the enchant slot in the enchant gui
        Max: 5 #Here is the max level for the enchant u can set it to unlimited as the chance is multiplied by the level! / if the chance is 1 and the max is 100 if player has 100 level from this enchant they get 100% chance
        Chance: 5
        Cost: 1000 #How much dose the enchant cost with tokens
        Description: '&7Make you mine faster for 2 * level seconds'


NOTE: to purchase DM me Here! on mc-market! i wont reply to the post!
also i dont give vouches
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

yazon_pro

Pro Minecrafter
Premium
Feedback score
8
Posts
1
Reactions
89
Resources
0
Last edited:

qIooIp

Supreme
Feedback score
3
Posts
14
Reactions
149
Resources
0
No I do not have live nor do I live.

All I am doiny is trying to stop people that milk money from overpriced SKRIPTs.

You have no right to tell somebody at what price they should sell their resources. First look at your resources and then tell me who is milking money from people with overpriced iHCF fork?
 
Last edited:

Ammar_mc

Premium
Feedback score
2
Posts
73
Reactions
44
Resources
15
You have no right to tell somebody what at what price they should sell their resources. First look at your resources and then tell me who is milking money from people with overpriced iHCF fork?
like I don't understand I already purchased this plugin and I made more than 300 usd
and my players enjoying it
some people has to trash other people thread
because they can't do better
what is milking when i made 10 times the plugin Price in 17 day
in my opinion I think it's fair price
 

Orochimaru

The Love's Manager
Supreme
Feedback score
21
Posts
2,721
Reactions
1,352
Resources
3
I don't see what people issues with the skript are. Sure it's a bit overpriced(Feel it's worth ~$10-$15) but they don't have to bash it so much.
 

yazon_pro

Pro Minecrafter
Premium
Feedback score
8
Posts
1
Reactions
89
Resources
0
I don't see what people issues with the skript are. Sure it's a bit overpriced(Feel it's worth ~$10-$15) but they don't have to bash it so much.
thank god someone knows.
 
Status
This thread has been locked.
Top