Jump to content
  • 0

Prison Server Sell prices


Tepoloco

Question

Hey, i'm currently working on a Prison server (Not OP) and i'm looking for a sell price list. I was wondering if someone has a sell price list for a Prison server

I was thinking about this:

Cobblestone: 2

Coal: 3

Iron: 4

...

 

Links:

Discord: https://discord.gg/qvv26VX

Website: https://matrixmc.org (Currently offline)

Club: 

Tepoloco

 

Discord - Tepoloco#0001

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Heres a worth.yml on my plugin

it might not be perfect tho because its the default config

also this plugin is custom coded for my self and i wrote the config at 2AM so yea

I hope this helps

also I suggest making rank ups expensive

 

#--------------------------------------------
#Prisons plugin customcoded by THA1LAND  
#File: worth.yml                             
#--------------------------------------------

#enable the Autosell feature?
autosell: true

#fortune double price:
fortune: 0.5

#Method of using the autosell
#CheckByEvent or CheckByLoopingInventory
method: "CheckByEvent"

#Donator
#Permission: prisons.sell.<rank>
donators:
  vip:
    price: 'INC_2.5.%'


#Sell
prices:
  COBBLESTONE: 1
  STONE: '1.5'
  COAL: 5
  COAL_BLOCK: '5.25'
  IRON: 6
  IRON_BLOCK: '6.25'
  DIAMOND_ORE: '10'
  DIAMOND_ORE_BLOCK: '11'
  OBSIDIAN_BLOCK: '20'
  #Problem with item ids, use quote.
  'NETHERITE': '30'

#Moved to ranks.yml.
ranks:
  moved-to: ranks.yml

 

Untitled-2.jpg.9db55bd1d0eb36b537a815a8df762784.jpg

[VIP] THA1LAND

Link to comment
Share on other sites

  • 0
2 hours ago, THA1LAND said:

Heres a worth.yml on my plugin

it might not be perfect tho because its the default config

also this plugin is custom coded for my self and i wrote the config at 2AM so yea

I hope this helps

also I suggest making rank ups expensive

 


#--------------------------------------------
#Prisons plugin customcoded by THA1LAND  
#File: worth.yml                             
#--------------------------------------------

#enable the Autosell feature?
autosell: true

#fortune double price:
fortune: 0.5

#Method of using the autosell
#CheckByEvent or CheckByLoopingInventory
method: "CheckByEvent"

#Donator
#Permission: prisons.sell.<rank>
donators:
  vip:
    price: 'INC_2.5.%'


#Sell
prices:
  COBBLESTONE: 1
  STONE: '1.5'
  COAL: 5
  COAL_BLOCK: '5.25'
  IRON: 6
  IRON_BLOCK: '6.25'
  DIAMOND_ORE: '10'
  DIAMOND_ORE_BLOCK: '11'
  OBSIDIAN_BLOCK: '20'
  #Problem with item ids, use quote.
  'NETHERITE': '30'

#Moved to ranks.yml.
ranks:
  moved-to: ranks.yml

 

Thanks! appreciate that

Tepoloco

 

Discord - Tepoloco#0001

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...