Jump to content

1 Screenshot

Recommended Comments



shturval

Posted

On 9/13/2021 at 11:50 PM, Gbutome said:

mmm, I don't think that's possible. I've never seen plugins that can do this. I may be wrong, but I don't think it's possible.

everything is possible if you save through mysql databases, but I believe that it is not necessary in this plugin.

Billionaire

Posted (edited)

@Sparkless

great plugin.

it would be nice to be able to select the quantity of item you want to sell.

Example:

- I have 4 apples in my inventory.

- I only want to put 2 on sale.
- For now, if I put my apples up for sale, he'll put all 4 of them all at once.

Unless I separate them in my inventory. It would be nice to be able to do this directly from the "Trading" panel.

 

Edited by Gbutome
TomHud

Posted (edited)

what is wrong with this plugin 

> o.reload TradingPlatform
Unloaded plugin TradingPlatform v1.0.6 by Sparkless
Missing plugin name prefix 'tradingplatform.' for permission 'trading.use' (by plugin 'TradingPlatform')
Loaded plugin TradingPlatform v1.0.6 by Sparkless

 

It does not create the permission so i am not able to open the menu and in config i set it to true for chat commands

Just says i do not have permission YET in perms manager it only shows VIP and Premium perms

Edited by TomHud
TomHud

Posted

any chance to add the sellers Avatar or name to the Sale Page 

I like to know who i am buying from and i do not want to trade with my Enemy 🙂

TomHud

Posted

any chance to add the sellers Avatar or name to the Sale Page 

I like to know who i am buying from and i do not want to trade with my Enemy 🙂

  • Like 1
TomHud

Posted

any chance to add the sellers Avatar or name to the Sale Page 

I like to know who i am buying from and i do not want to trade with my Enemy

snetzer

Posted

Hi, is it possible to open the gui via human npc? Best regards 

  • Like 1
TomHud

Posted

Plugin has a fatal Flaw

People can buy items and then leave them in the delivery Slot until needed.

Example User A sells 10 c4 and user B buys them.

they go to the delivery Screen and will stay there till they either withdraw them or the server wipes.

SAfe zone for items.

Needs to be a timer on it

XAVIER

Posted

1 minute ago, TomHud said:

Plugin has a fatal Flaw

People can buy items and then leave them in the delivery Slot until needed.

Example User A sells 10 c4 and user B buys them.

they go to the delivery Screen and will stay there till they either withdraw them or the server wipes.

SAfe zone for items.

Needs to be a timer on it

Hmm, I'll think about it, maybe I'll make a timer to pick up this item, and if I didn't have time to pick it up, then the item just disappears.

XAVIER

Posted

On 9/29/2021 at 11:30 AM, snetzer said:

Hi, is it possible to open the gui via human npc? Best regards 

I will add it in the next update, thank you.

FlyMiao

Posted

When the server crashes unexpectedly, the items sold by the player will disappear

  • Administrator
Death

Posted

@XAVIER your product images are broken btw.

Apoco

Posted

5 hours ago, Death said:

@XAVIER your product images are broken btw.

yeah same most my images dcont load says no image found

Myescape

Posted

is there a way to make this use server rewards instead of economics, i have an idea of how but not sure if it would work or not 

 

Myescape

Posted

"Settings Economy": {
    "Type (Plugin or Item)": "Plugin",
    "Plugin name": "ServerRewards",
    "Balance add hook": "AddPoints",
    "Balance remove hook": "TakePoints",
    "Balance show hook": "CheckPoints",
    "ShortName": "",
    "SkinID": 0

nevermind it worked 🙂

heres the code

Myescape

Posted

could the ability to post stacks of items be added 

Myescape

Posted (edited)

On 9/29/2021 at 4:30 AM, snetzer said:

Hi, is it possible to open the gui via human npc? Best regards 

use human npc to place the npc where you want it, then using the plugin Npctp add that npc using its npc id, afterwards the npc should be in the data file for npctp which you will want to set as such. 

{
  "NpcTP": {
    "<NPC-id>": {
      "NpcName": "<color=#a62886>npc</color> :",
      "SpawnFile": "npc",
      "Cooldown": 0,
      "CanUse": true,
      "useUI": false,
      "Cost": 0.0,
      "permission": "npctp.default",
      "useItem": false,
      "UseCommand": true,
      "useMessage": false,
      "MessageNpc": "none",
      "EnableDead": false,
      "DeadOnPlayer": false,
      "DeadCmd": "jail.send",
      "DeadArgs": "5",
      "OpenDoor": false,
      "DoorLocX": 0.0,
      "DoorLocY": 0.0,
      "DoorLocZ": 0.0,
      "DoorId": 0,
      "NoPermKill": false,
      "KillSleep": false,
      "Commands": {
        "say": {
          "Command": "chat.say /market",
          "Arrangements": " chat.say /market ",
          "OnPlayer": true
        }
      }
    }
  }

 

keep in mind this npc will only be able to be accessed by players with the trading.use permission and the npctp.default permission.

 

Edited by Myescape
snetzer

Posted

1 hour ago, Myescape said:

use human npc to place the npc where you want it, then using the plugin Npctp add that npc using its npc id, afterwards the npc should be in the data file for npctp which you will want to set as such. 

{
  "NpcTP": {
    "<NPC-id>": {
      "NpcName": "<color=#a62886>npc</color> :",
      "SpawnFile": "npc",
      "Cooldown": 0,
      "CanUse": true,
      "useUI": false,
      "Cost": 0.0,
      "permission": "npctp.default",
      "useItem": false,
      "UseCommand": true,
      "useMessage": false,
      "MessageNpc": "none",
      "EnableDead": false,
      "DeadOnPlayer": false,
      "DeadCmd": "jail.send",
      "DeadArgs": "5",
      "OpenDoor": false,
      "DoorLocX": 0.0,
      "DoorLocY": 0.0,
      "DoorLocZ": 0.0,
      "DoorId": 0,
      "NoPermKill": false,
      "KillSleep": false,
      "Commands": {
        "say": {
          "Command": "chat.say /market",
          "Arrangements": " chat.say /market ",
          "OnPlayer": true
        }
      }
    }
  }

 

keep in mind this npc will only be able to be accessed by players with the trading.use permission and the npctp.default permission.

 

Thx a lot

  • Like 1
XAVIER

Posted

On 10/17/2021 at 8:32 PM, steven burns said:

yeah same most my images dcont load says no image found

It is possible that there is a skin on the item that is not approved in the game.
I will try to solve this problem in the next updates.

Myescape

Posted

is there an eta on stacks being implemented i know it takes time my players just love the plugin and wanted me to ask

 

 

LosGranada

Posted

How can it be guaranteed that two players do not cheat and sell an item very dearly?  Make money faster.

XAVIER

Posted

9 minutes ago, LosGranada said:

How can it be guaranteed that two players do not cheat and sell an item very dearly?  Make money faster.

This is simply not possible)

Myescape

Posted

new update is nice but again is there a eta on posting stacks

people want to sell resources but not one at a time

 

Billionaire

Posted

On 9/18/2021 at 6:52 PM, Gbutome said:

@Sparkless

great plugin.

it would be nice to be able to select the quantity of item you want to sell.

Example:

- I have 4 apples in my inventory.

- I only want to put 2 on sale.
- For now, if I put my apples up for sale, he'll put all 4 of them all at once.

Unless I separate them in my inventory. It would be nice to be able to do this directly from the "Trading" panel.

 

it's resolved ????

Myescape

Posted

2 minutes ago, Gbutome said:

it's resolved ????

nope we still cant post stuff in quantities more than one 

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
  • Like 6
  • Love 1

XAVIER's Collection

User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.5k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.