Fuel shop command not working v3 #188
Labels
No labels
API
Addon Request
Bug
Duplicate
Enhancement
Feature Request
High Priority
Hybrid Software
Incompatibility
Invalid
Legacy
Low Priority
Missing Information
Needs Confirmation
Possible with API
Question
Won't Fix
v2
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: SBDevelopment/VehiclesPlus#188
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
Fuel shop command not working
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Screenshots or Video Recordings
If applicable, add screenshots or video recordings to help explain your problem.
Server and Plugin Information
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
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
Resolved in v3.0.1