Solved Few more questions

AglarCZ

New Member
Member
Aug 20, 2014
11
2
3
Hi guys again, i have some more question related with fougerite server.

1) Is it possible to turn off "this server is powered by fougerite" announcement on player join?
2) How to disable researching some items?
3) Any possibility to access "rustpp.shutdown" without rcon.login (any flag command?) ?
4) How to edit Rust++ messages (shutdown message etc) ?

Thanks for all tips
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Hi guys again, i have some more question related with fougerite server.

1) Is it possible to turn off "this server is powered by fougerite" announcement on player join?
2) How to disable researching some items?
3) Any possibility to access "rustpp.shutdown" without rcon.login (any flag command?) ?
4) How to edit Rust++ messages (shutdown message etc) ?

Thanks for all tips
1) I think in MC4 there is an option to disable this
2)I don't think there is any researching hooks atm
For 3 & 4 I have no idea.
 

mikec

Master Of All That I Survey
Retired Staff
Trusted Member
Jul 12, 2014
296
152
28
Los Angeles, California, USA
Hi guys again, i have some more question related with fougerite server.

1) Is it possible to turn off "this server is powered by fougerite" announcement on player join?
2) How to disable researching some items?
3) Any possibility to access "rustpp.shutdown" without rcon.login (any flag command?) ?
4) How to edit Rust++ messages (shutdown message etc) ?

Thanks for all tips
For #1 set tellversion=false in Fougerite.cfg in the [Fougerite] section.
#2 is not yet possible. Fot now you can edit the loot tables with Drop++ to prevent certain ingredients needed to craft certain items from dropping.
#3 You can call that method from a plugin as RustPP.TimedEvents.shuitdown();
#4: git clone git@github.com:fougerite/Fougerite.git, edit source to change messages, rebuild and deploy to your server.