-
Posts
1,881 -
Joined
-
Last visited
-
Days Won
7
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by ThePitereq
-
It's not that they stole it. I knew that they want to create something like road bradleys like 2 years ago when they mentioned something about that when they were creating new roads. By creating their own road bradleys they gave me more possibilities of improving mine, like better obstacle detection etc.
-
there must be some problem with the PveMode plugin. Contact the plugin owner about the bug, I can help with investigating it. This is just an message that affects nothing. If you want to get rid of it you can search for OnEntityTakeDamage in code and replace all return false; to return true; in their bracket.
-
- 19 comments
-
- #mutations
- #monument
- (and 14 more)
-
- 8 comments
-
- 1
-
-
- #jackhammer
- #rocks
- (and 11 more)
-
Doesn't tested it with Carbon, as i didn't had time to even look at Carbon, but if it isn't, it will work in few next updates. The plugin doesn't have any item for item, player to player trading Each part can be disabled. You can disable shops or stock market or transfer. Each item have their own configuration if it should be sold to server.
-
Just look at bracklets. They should glow up on 90% of text editors, like Notepad++. If they do close in wrong place, you made something wrong. "Server Sell Items": { "wood": { "0": { "Display Name": "Wood", "Minimal Price": 0.2, "Maximal Price": 4.0, "Price Parent (shortname-skin)": "", "Price Parent - Price Boost Min": 0.0, "Price Parent - Price Boost Max": 0.0, "Default Sell Amount Calculation": 50000 }, "1567546863": { "Display Name": "Magic Wood", "Minimal Price": 1.0, "Maximal Price": 19.0, "Price Parent (shortname-skin)": "", "Price Parent - Price Boost Min": 0.0, "Price Parent - Price Boost Max": 0.0, "Default Sell Amount Calculation": 100 } }, "metal.refined": { "0": { "Display Name": "metal.refined", "Minimal Price": 0.1, "Maximal Price": 0.2, "Price Parent (shortname-skin)": "", "Price Parent - Price Boost Min": 0.0, "Price Parent - Price Boost Max": 0.0, "Default Sell Amount Calculation": 150000 } }, "stones": { "0": { "Display Name": "Stones", "Minimal Price": 0.4, "Maximal Price": 5.0, "Price Parent (shortname-skin)": "", "Price Parent - Price Boost Min": 0.0, "Price Parent - Price Boost Max": 0.0, "Default Sell Amount Calculation": 50000 } } }
-
it's in wrong place. Keep the tabs and spaces clear and you will see the problem. You've placed metal.refined inside wood. I also recomend some json verify online tool. Creating both sell and buy requests doesn't mean that the buy request will do something to slel request. there needs to be a player that will directly buy/sell something from/to player.