Jump to content

1 Screenshot

Recommended Comments



LosGranada

Posted

10 hours ago, XAVIER said:

This is simply not possible)

Please explain to me why this is not possible?

Billionaire

Posted

Hello, the support for HumanNPC is not working. I put the permission (.use) but does not work.

XAVIER

Posted

6 hours ago, Gbutome said:

Hello, the support for HumanNPC is not working. I put the permission (.use) but does not work.

Specify the bot ID in the configuration of the Trading platform plugin

Billionaire

Posted (edited)

@XAVIER

This is exactly what I did. And it does not work.
 

"NPC BOT ID ( https://umod.org/plugins/human-npc )": "id humannpc",



OR
 

"NPC BOT ID ( https://umod.org/plugins/human-npc )": id humannpc,



The two does not work.


----------------------------------------------------------------------------------------------------------------------------
 

It would also be good to be able to resolve this problem:

https://codefling.com/plugins/tradingplatform?do=findComment&comment=5297

Thanks in advance @XAVIER

 

Edited by Gbutome
MooDDang

Posted (edited)

......Due to a submission mistake, duplicate submissions were made.

 

Edited by MooDDang
MooDDang

Posted (edited)

Due to a submission mistake, duplicate submissions were made.

Edited by MooDDang
MooDDang

Posted (edited)

Thanks for the great plugin.
But the top part of the UI, the location containing the balance, purchase, delivery, etc. is too thick.
If you reduce this, more sales items can be displayed.

Personally, I think it would be great if the seller could add a short comment under the item's name.

136631631361631.thumb.JPG.b75e3eaeadf02ebd765d67524458b868.JPG

Also, there is no log of how much economics points purchased and how many items were purchased in the log.
admin is need to this log.

our server is have upgrade itmes.

 

My English is not good. I'm worried that my intentions were communicated properly.

It would be nice if the above comments could be taken into account.



 

Oh, also, when an item is sold, there is no notification.

Notifications only work for item registrations and purchases.

can you fix it?

my wish to this plugin
1. Improvement of UI design as above
2. Add a short comment from the seller
3. Add sales completion notification.
4. add sell item count log and sell price log.

Edited by MooDDang
MooDDang

Posted

I think it would be great if the UI could be improved like this!

 

before136316316136613613.thumb.JPG.63568f65275860e85ebe00602373d618.JPG

 

 

after136316316136613614.thumb.jpg.44947566c9b19b845e11306ce8fb2356.jpg

Billionaire

Posted

Hello, does the plugin work with "humanNPC" for someone ??? because for me, as I quoted above, it doesn't work.

Myescape

Posted

On 10/29/2021 at 2:42 AM, Gbutome said:

Hello, does the plugin work with "humanNPC" for someone ??? because for me, as I quoted above, it doesn't work.

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.

this is a fix i found that works until the plugin is fixed

Billionaire

Posted

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

this is a fix i found that works until the plugin is fixed

Yes I know this solution well, it is already the one I use today.

However, the plugin should no longer work like this but directly with the "HumanNPC" plugin.

So my question is as follows (for the 2nd time):

Do other people have the same problem with this plugin?
Does the system for the NPC also not work for you?

BetterDeadThanZed

Posted

There used to be a free trade plugin that no longer works. One thing that interested me about that one was that the items you wanted to trade would be put into a box. This prevented the issue of people using the trade plugin to protect items in a virtual "ether" where other players couldn't get them. If this plugin added something like that, I would certainly buy it.

MooDDang

Posted

my wish to this plugin
1. Improvement of UI design as above
2. Add a short comment from the seller
3. Add sales completion notification.
4. add sell item count log and sell price log.

 

Please also respond to my feedback.

Myescape

Posted

On 10/31/2021 at 4:26 AM, Gbutome said:

Yes I know this solution well, it is already the one I use today.

However, the plugin should no longer work like this but directly with the "HumanNPC" plugin.

So my question is as follows (for the 2nd time):

Do other people have the same problem with this plugin?
Does the system for the NPC also not work for you?

i have the same problem which is why i still use this solution

  • Like 1
MelodyZE

Posted

hi there! is this able to work without the box?
like does it work with a command?  im aksing because i use custom buttons on the server that are able to be clicked, and id like to add a button thats called playershop on the screen along with the other 4 buttons i have.
also, is it compatible with people able to sell custom skinned items found within server loot tables and stuffs?

Myescape

Posted

On 11/26/2021 at 7:30 AM, MelodyZE said:

hi there! is this able to work without the box?
like does it work with a command?  im aksing because i use custom buttons on the server that are able to be clicked, and id like to add a button thats called playershop on the screen along with the other 4 buttons i have.
also, is it compatible with people able to sell custom skinned items found within server loot tables and stuffs?

i have it run through custom button as well as on interact with an npc.
for the button you put the command /market. 
skinned items do not lose there skin.
there is a bug right now where everything in the shop gets deleted after each server restart so thats kinda fucky.
 

 

MelodyZE

Posted (edited)

2 hours ago, Myescape said:

i have it run through custom button as well as on interact with an npc.
for the button you put the command /market. 
skinned items do not lose there skin.
there is a bug right now where everything in the shop gets deleted after each server restart so thats kinda fucky.
 

 


i ended up getting a dev to fully patch it for me since Xavier doesnt seem to interact with any customers or support forum...
20usd kinda alot for a bugged plugin, i love it but.. really buggy.
luckily a dev patched it for me, fixed it, and made it functional even when players are offline or reboot server.

not happy about this - _ - dont get me wrong, i love this plugin, im happy someone actually made it since its something ive had as an idea in my brain for about 8 months

Edited by MelodyZE
Myescape

Posted

1 hour ago, MelodyZE said:


i ended up getting a dev to fully patch it for me since Xavier doesnt seem to interact with any customers or support forum...
20usd kinda alot for a bugged plugin, i love it but.. really buggy.
luckily a dev patched it for me, fixed it, and made it functional even when players are offline or reboot server.

not happy about this - _ - dont get me wrong, i love this plugin, im happy someone actually made it since its something ive had as an idea in my brain for about 8 months

yeah i had a lot of trouble getting it to work as well early on now i just have the issue with the loot, anyway you could send them my way lol

Ben

Posted

Maybe the staff should pauze the ability to buy these plugins till the author starts reacting again..
Luckly i checked out the discussions before clicking the buy button.

  • Like 1
BetterDeadThanZed

Posted

Best bet is to say something on the Codefling Discord. They are good about responding to authors who abandon their plugins. 

XAVIER

Posted

Hello everyone.
I didn't give up on plugins, there were just problems for which I couldn't sit down at the PC and solve problems with the plugin.
I will post updates within a few days.
Sorry for the delay!

  • Like 1
XAVIER

Posted

On 11/26/2021 at 3:30 PM, MelodyZE said:

hi there! is this able to work without the box?
like does it work with a command?  im aksing because i use custom buttons on the server that are able to be clicked, and id like to add a button thats called playershop on the screen along with the other 4 buttons i have.
also, is it compatible with people able to sell custom skinned items found within server loot tables and stuffs?

Hi!
In the configuration, you can configure how the trading platform will open:
1 - Either through the command.
2 - Either via computer

Tnyrio22

Posted

Why can't I b372299449_XQUBJX23OSXEAB3S@SG1D.thumb.png.fbb9c5883e926d7f38fb25a739146554.pnguy this plug-in, other plug-ins can be bought?

Tnyrio22

Posted

Why can't I b372299449_XQUBJX23OSXEAB3S@SG1D.thumb.png.fbb9c5883e926d7f38fb25a739146554.pnguy this plug-in, other plug-ins can be bought?

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.