Fuel shop command not working v3 #188

Closed
opened 2024-12-13 11:31:19 +00:00 by Shrimpeach · 2 comments

Describe the bug
Fuel shop command not working

To Reproduce
Steps to reproduce the behavior:

  1. Trying to open /fuel shop

Expected behavior

Screenshots or Video Recordings
If applicable, add screenshots or video recordings to help explain your problem.

Server and Plugin Information

  • Installed plugins:
  • VehiclesPlus Version: v3
  • Pro or Lite? Pro
  • Server Platform and Version [eg: PaperSpigot 1.x.x #xxx]: 1.21.3
  • Operating System (if applicable):

Additional context
Add any other context about the problem here, server timings reports, complete console log etc. Please do not make Pastebin dumps or screenshot expire.

Console error:
https://pastebin.com/VtKEBJeP

**Describe the bug** Fuel shop command not working **To Reproduce** Steps to reproduce the behavior: 1. Trying to open /fuel shop **Expected behavior** **Screenshots or Video Recordings** If applicable, add screenshots or video recordings to help explain your problem. **Server and Plugin Information** - Installed plugins: - VehiclesPlus Version: v3 - Pro or Lite? Pro - Server Platform and Version [eg: **PaperSpigot** 1.x.x #xxx]: 1.21.3 - Operating System (if applicable): **Additional context** Add any other context about the problem here, server timings reports, complete console log etc. Please do not make Pastebin dumps or screenshot expire. Console error: https://pastebin.com/VtKEBJeP
Shrimpeach added the
Bug
label 2024-12-13 11:31:19 +00:00

restructuring the gasoline.hjson
{
id: gasoline
name: "Gasoline"
item:
{
material: LEATHER_HELMET
custommodeldata: 1
color:
{
red: 160
green: 101
blue: 64
}
}
pricePerLiter: 1.5
}
like this makes the /fuel shop ccommand work the problem is i now have a 0 pointer so its not finding the fuel. maybe this helps it in the right direction

restructuring the gasoline.hjson { id: gasoline name: "Gasoline" item: { material: LEATHER_HELMET custommodeldata: 1 color: { red: 160 green: 101 blue: 64 } } pricePerLiter: 1.5 } like this makes the /fuel shop ccommand work the problem is i now have a 0 pointer so its not finding the fuel. maybe this helps it in the right direction
Owner

Resolved in v3.0.1

Resolved in v3.0.1
Sign in to join this conversation.
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: SBDevelopment/VehiclesPlus#188
No description provided.