So I ran the following
I expect the permission buildingworkbench.use will be given to a player for 1 hour of playtime.
I hung out on the server for an hour or more, other players have surely played longer than 1 hour, but /effect shows no threads.
I have this in my threads.json
/eps thread add "Base-wide Workbench" #FF6C6C buildingworkbench.use 3600 pt 43200I expect the permission buildingworkbench.use will be given to a player for 1 hour of playtime.
I hung out on the server for an hour or more, other players have surely played longer than 1 hour, but /effect shows no threads.
I have this in my threads.json
"Base-wide Workbench": {
"DataThreadType": 3,
"ThreadName": "Base-wide Workbench",
"ThreadColor": "#FF6C6C",
"Permissions": [
"buildingworkbench.use"
],
"DisconnectAutoExpireTime": "12:00:00",
"ExpireTime": "01:00:00"
}PlayerData is blank, but PlayerGUIData shows:
"76561198374082515": {
"Id": "76561198374082515",
"Name": "Bumfuzzler",
"useUI": true,
"EffectPage": 0
},I have PlaytimeTracker in place.
Is there something wrong or am I missing something?