i could put a plugin together for this. something like a padlock you can place and interact with.
Posts by james1bow
-
-
-
something is up with ping perfect. there is a server im on every once in awhile, ping perfect moved their server to new hardware and they have been having alot of issues ever since.
-
and your using the unity version correct?
-
just to clarify, are these permissions for areas or players?
-
-
Quote
I just read others complaining about 10 poster limit, is this only for server configs not single player?
its not a hard limit. it can be changed in permissions.
-
this may work. i put this together real fast, no errors and the few minutes of testing i did i never heard one spawn but was chased by 5 of them lol
-
"image": {
"delete": true,
"deleteown": true,
"maxamount": 10,
"maxresolution": 512
},
-
Everyone who joins your server will be assigned permissions based on the default.json file located in the main directory (Permissions).
You can, of course, rename this file to something like "guest.json," but then you'll need to specify this new name in the server.properties file (at the very bottom) so that it's used as the default permissions file.
Group permissions belong in the "groups" folder... for example, admin.json and player.json
These group permissions can be assigned to players in-game by an administrator using the "setplayergroup" command.
i found an issue with using the default.json being in the base permissions directory. for some reason the default permission does not work when a player logs on and allows them to do admin stuff with plugins, like it passes the isAdmin() method. for a fix we renamed the default and placed it in the groups directory. we then made a new default in the permissions directory and set everything to false. glad you said something as i had forgot to mention this to red51
-
Hi, i see this F9 command being discussed. It does not work on my server, do I need some additional settings?
you have to be in creative mode to use f9 area tools.
-
Quote
That still leaves the question are these times from planting to stage change, or time of each change?
im guessing for each stage tho i would have to look into it more
QuoteAnd what are the real time units of time?
api lists it in second. so im guessing seconds per stage.
QuoteAnd how to make persistent changes?
this im not sure about either.
QuoteAnd why it skips a stage on a few plants?
im guessing some skip stages as there is no model for the missing stages? or maybe said plant didnt make sense to have the stage that is missing.
-
-
-
any errors when you compile?
-
never used gradle so i have no clue there. but i did notice you have no plugin.yml
-
something like this. so could only smelt in day time but would be slower and only in the daytime.
-
maybe it would be better to have an advanced furnace type that runs on solar lol. would be slow and only do 6 at a time
-
-
in the server directory there should be a folder named Permissions. if you havnt messed with them your going to want to edit the default.json file.