Jump to content

1 Screenshot

Recommended Comments



ThePitereq

Posted

On 11/16/2022 at 9:51 AM, Paul H. said:

I have reset the pump, now it works again....

Here is a photo from before

pumpe.jpg

Hmm, I'll investigate why it starts with salt water and update the problem soon.

  • Like 1
ClumsyZombie

Posted

Man if you could have a chance to pump up salt water that would be cool also. Kind of like mining with water you get what you get 

 

  • Like 1
Kobani

Posted (edited)

Does it also work with fresh water on foundations?

Edited by Kobani
ThePitereq

Posted

1 hour ago, Kobani said:

Does it also work with fresh water on foundations?

yes

WouayNote

Posted (edited)

thank you good plugin

Edited by Jacko24
OldRusty

Posted

Will this plugin work with water bases, and allow me to place a pump on a foundation floating at sea?

 

DeutscherRitterPlatz

Posted

2 hours ago, OldRusty said:

Will this plugin work with water bases, and allow me to place a pump on a foundation floating at sea?

 

We have both plugins and so far we have not had any problems with them.

zloy.online

Posted

@ThePitereq Contact me if you want the fix for CopyPaste plugin. I changed your code a bit to support CopyPaste and PocketDimensions and it correctly pumps fresh water after pasting.

ThePitereq

Posted

4 hours ago, zloy.online said:

@ThePitereq Contact me if you want the fix for CopyPaste plugin. I changed your code a bit to support CopyPaste and PocketDimensions and it correctly pumps fresh water after pasting.

Didn't even knew that there is an issue with that. 😄 Will take a look at it.
Thanks a lot for help, but I'll manage to do it by myself. ^^

  • Like 1
RickJamesBitch

Posted

I did an update last night to the 1.0.7 and now my players said their pumps turned to salt water 😞 oh no

ThePitereq

Posted

On 7/17/2023 at 8:30 PM, RickJamesBitch said:

I did an update last night to the 1.0.7 and now my players said their pumps turned to salt water 😞 oh no

Hmm, weird. It shouldn't be a problem, and at least not for already placed ones.
Maybe after server reboot or plugin reload it will fix, because i didn't changed anything in pump functionality by itself.

Kleementin

Posted

How do I set the height of foundation placement?

I wanna make sure the pump can be placed higher.

ThePitereq

Posted

15 hours ago, Kleementin said:

How do I set the height of foundation placement?

I wanna make sure the pump can be placed higher.

Pump can be placed up to desired height, I think it's enough to place on top of the foundation.
If you want to place it anywhere you can disable pump ground check.

  • Like 1
Kleementin

Posted

5 hours ago, ThePitereq said:

Pump can be placed up to desired height, I think it's enough to place on top of the foundation.
If you want to place it anywhere you can disable pump ground check.

I wasn't able to place it on the foundation on an iceberg.

But I think disabling ground check did it.

Thank you.

Robis

Posted

@ThePitereq 

For example if oxide or server push updates.... Save and stop server, update steam/oxide, start server.

After updates, all Submersible Pumps placed by players before, starting to pump SALT water. If player pickup and replace pump, it wont help!!! Only new pumps issued by command working properly.

ThePitereq

Posted

2 hours ago, Robis said:

@ThePitereq 

For example if oxide or server push updates.... Save and stop server, update steam/oxide, start server.

After updates, all Submersible Pumps placed by players before, starting to pump SALT water. If player pickup and replace pump, it wont help!!! Only new pumps issued by command working properly.

Hmm, weird issue.
Maybe one of your plugins break something and prevents pumps to be modified.
I am running plugin recent version all the time and don't see any problem.
Try running plugin without any other plugin and check if it is still broken.

Robis

Posted (edited)

1 hour ago, ThePitereq said:

Hmm, weird issue.
Maybe one of your plugins break something and prevents pumps to be modified.
I am running plugin recent version all the time and don't see any problem.
Try running plugin without any other plugin and check if it is still broken.

I cant check it if no updates here.... Pumps working fine even if i update steam and oxide when no new updates... It breaks only if i update when any new updates is up.... And anyway i got no plugins related with water at all.... Also very strange thing.... You can pick up them with hammer, and also toy get them dropt when you kill them.... even with entity kill command.... So actually they are endless because cant be even destructed. I will try to disable ground chec, maybe thats the reason....

Edited by Robis
Waylvin

Posted

Permissions listed- vs. Permissions on the actual plugin differ.
Please fix this- as i'm unsure what each permission does.

ThePitereq

Posted

1 hour ago, Waylvin said:

Permissions listed- vs. Permissions on the actual plugin differ.
Please fix this- as i'm unsure what each permission does.

There is nothing changed, there are only additional permissions based on max placed count that can be given to players that want to have more pumps, that arte editable which is why they arent listed there.

Synful

Posted (edited)

Any chance to get a update to allow in caves, or tell me what variable to change to allow such a thing.image.png.c32684890ca6f614aa6c9cf191040663.png



Quote

Pump can be placed up to desired height, I think it's enough to place on top of the foundation.
If you want to place it anywhere you can disable pump ground check.

image.png.cd3c2c91101ab75f696e13971b4f8836.png

tried both, still wont do caves

Edited by Synful
Synful

Posted

Nevermind

If anyone wants to fix this from not letting you place in caves go to line 119 and replace this

if ((config.checkGround || config.allowWater) && Vector3.Distance(heightCheck, generator.transform.position) > 1.4f)

with this

if ((config.checkGround || config.allowWater) && Vector3.Distance(heightCheck, generator.transform.position) == 1.4f)

Thanks for your help ThePitereq. Even though you were online 3 hours ago. Couldn't take the time to respond.

ThePitereq

Posted

On 3/13/2024 at 9:57 PM, Synful said:

Nevermind

If anyone wants to fix this from not letting you place in caves go to line 119 and replace this

if ((config.checkGround || config.allowWater) && Vector3.Distance(heightCheck, generator.transform.position) > 1.4f)

with this

if ((config.checkGround || config.allowWater) && Vector3.Distance(heightCheck, generator.transform.position) == 1.4f)

Thanks for your help ThePitereq. Even though you were online 3 hours ago. Couldn't take the time to respond.

Sorry, somehow missed this response. My notifications got bugged few days ago and lost all new popups.

This isn't good thing as by setting Ground Check and Water Check in config to false you will make the same thing and ignore the Distance measure which is unnecesary rn

  • Like 1
Synful

Posted (edited)

it might not be good, but it works atm until theres a fix, i have multiple people in the server pissed that they cant put a pump in a cave.

the whole basis of me buying the plugin.

and the ground check doesnt work for the caves, first thing i checked,

image.png

Edited by Synful
Kobani

Posted

Would it be possible to display the required items with the message no items? because the players always ask which items are required and are annoyed when they have to enter a second command. I would be grateful. 🙏

ThePitereq

Posted

On 3/17/2024 at 2:22 AM, Kobani said:

Would it be possible to display the required items with the message no items? because the players always ask which items are required and are annoyed when they have to enter a second command. I would be grateful. 🙏

It can be added, but it's some side command. I'd recommend adding the craft to some craft plugin rather than using command.

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 5

User Feedback

1.4m

Downloads

Total number of downloads.

6.8k

Customers

Total customers served.

101.7k

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.