User können bei mir keine Gs von anderen Spielern kaufen.
Immer wenn der Owner das Schild schreibt, ändert es sich zu
SOLD
Spielername
Wie kann ich das machen, dass das Gs zum verkauf steht?
Hier sind die Configs
Code:
# Version 3.2.0 # by technisat and inik0 Enable_Economy: true Logging: true Statistics_Enabled: true # Possible languages: en, ge, fr, pl Language: ge Statistics_Limit_Mode: false #use statistics (rented, selled region conunt; per player info...) Statistics_Enabled: false # Remove region from market list when bought... Auto_Removing_Regions: none # Can players extend rent region Can_Extend: false # Here can be value in two formats, time (5d - 5 days) or amount (4 - 4 times) Max_Rent_Extend: -1 Show_Auto_Expand_Message: true # Show to player warning message when his region will expire, in minutes (0 - disabled) Show_Warning_Rent_Expire: 1 # Remove LWC protections when region expire, example: rent,let Remove_LWC_On_Expire: rent # Rollback bolocks when region expire (and save when region went buy), example: rent,let Rollback_On_Expire: rent # If player line is empty... true: use sign creator name, false: use Default_Economy_Account Player_Line_Empty: true # Economy account to send moneys if line 'player' will be empty Default_Economy_Account: '<admin>' # Teleport: Player will teleport to his buyed Region Teleport_To_Region: true # Where do you want teleport, possible: minCorner, centerHighest, centerByLight Teleport_Where: centerHighest # True: find region with highest priority, False: use first region Hight_Priority_Region: false # Try to find region with that name in other worlds. Use_Other_World_Regions: false # Protect plugin from fast clicking (in miliseconds) Clicking_Limit: 1 Let_Statistics_Template: '&playerFrom& >> &playerTo&: &price&/&time&' Regions_List_Template: '®ion& (&tokenType&): &price&&time&' Entries_Per_List_Page: 1 # Main colors of generated signs (color per line can be set in templates.yml) Output_Color: '&1' Taken_Color: '&4' # Show buyable regions on dynmap Enable_dynmap: true Markerset_Name: Simple region market Dynmap_Icon_Free: sign Dynmap_Icon_Taken: basket Dynmap_Show_On_Region_Loc: true Show_bid: true Show_let: true Show_rent: true Show_sell: true
Code:
templates_version: 1.0.1 sell: type: sell removesigns: true buyer: owner price.min: 0 price.max: -1 input.id: '[SELL]' input.2: '[[region]]' input.3: '[[price]]' input.4: '[[account]]' output.id: 'FOR SALE' output.1: '[[id_out]]' output.2: '[[region]]' output.3: '[[price]]' output.4: '[[x]] x [[y]] x [[z]]' taken.id: 'SOLD' taken.1: '[[id_taken]]' taken.2: '' taken.3: '[[player]]' taken.4: '' let: type: let price.min: 0 price.max: -1 renttime.min: 60000 renttime.max: -1 input.id: '[LET]' input.2: '[[region]]' input.3: '[[price:time]]' input.4: '[[account]]' output.id: 'FOR LET' output.1: '[[id_out]]' output.2: '[[region]]' output.3: '[[price]]' output.4: '[[time]]' taken.id: 'OCCUPIED' taken.1: '[[id_taken]]' taken.2: '[[timeleft]]' taken.3: '' taken.4: '[[player]]' rent: type: rent price.min: 0 price.max: -1 renttime.min: 60000 renttime.max: -1 input.id: '[RENT]' input.2: '[[region]]' input.3: '[[price:time]]' input.4: '[[account]]' output.id: 'FOR RENT' output.1: '[[id_out]]' output.2: '[[region]]' output.3: '[[price]]' output.4: '[[time]]' taken.id: 'OCCUPIED' taken.1: '[[id_taken]]' taken.2: '[[timeleft]]' taken.3: '' taken.4: '[[player]]' bid: type: bid price.min: 0 price.max: -1 bidtime.min: 60000 bidtime.max: -1 input.id: '[BID]' input.2: '[[region]]' input.3: '[[price:time]]' input.4: '[[account]]' output.id: 'BID' output.1: '[[id_out]]' output.2: '[[region]]' output.3: '[[timeleft]]' output.4: '[[player]] : [[highestpay]]' taken.id: 'BIDDEN' taken.1: '[[id_taken]]' taken.2: '[[region]]' taken.3: '[[player]]' taken.4: '[[highestpay]]'
Code:
global:
global: 100
worlds:
world: 100
world_nether: 100
world_the_end: 100
signs:
sell:
global: 100
worlds:
world: 100
rent:
global: 1
let:
global: 100
bid:
global: 100
groups:
default:
global: 100
worlds:
world: 100
signs:
sell: 100
rent: 1
let: 100
bid: 100
# Write like on Signs: 1m = 1 Minute, 1d = 1 Day...
autoClearTime: 0
Kann keiner helfen?






